This function retrieves information about an object in the object store or a mounted database volume. A remote application interface (RAPI) version of this function exists, and it is also called CeOidGetInfoEx.
At a Glance
Header file: | Windbase.h |
Windows CE versions: | 2.10 and later |
Syntax
BOOL CeOidGetInfoEx( PCEGUID pceguid, CEOID oid,
CEOIDINFO * poidInfo );
Parameters
pceguid
[in] Pointer to the CEGUID that contains the globally unique identifier of a mounted database.
oid
[in] Identifier of the object for which information is to be retrieved.
poidInfo
[out] Pointer to a CEOIDINFO structure that contains information about the object.
Return Values
TRUE indicates success. FALSE indicates failure. To get extended error information, call GetLastError. GetLastError may return ERROR_INVALID_HANDLE if the specified object identifier is invalid.
Remarks
The difference between CeOidGetInfo and CeOidGetInfoEx is that CeOidGetInfo retrieves information about objects only in the object store databases, while CeOidGetInfoEx retrieves information about any object in mounted database volumes in addition to the object store databases.
See Also
CeCreateDatabaseEx, CEOIDINFO, CeOpenDatabaseEx, CREATE_SYSTEMGUID