The CeOidGetInfo function retrieves information about an object in the object store. A RAPI version of this function exists and is also called CeOidGetInfo.
BOOL CeOidGetInfo(CEOID oid, CEOIDINFO *poidInfo) ;
Header file: | Winbase.h |
Component: | fsmain |
Platforms: | H/PC |
Windows CE versions: | 1.01 and later |
If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE. To get extended error information, call GetLastError. GetLastError may return ERROR_INVALID_HANDLE if the given object identifier is invalid.
Use the CeOidGetInfo function to retrieve information about any object in the object store database or file system.
For more information, see Accessing Persistent Storage.
When writing applications for Windows CE version 1.0, use the PegOidGetInfo function.