CeOidGetInfo

The CeOidGetInfo function retrieves information about an object in the object store. A RAPI version of this function exists and is also called CeOidGetInfo.

Syntax

BOOL CeOidGetInfo(CEOID oid, CEOIDINFO *poidInfo) ;

At a Glance

Header file: Winbase.h
Component: fsmain
Platforms: H/PC
Windows CE versions: 1.01 and later

Parameters

oid
Identifier of the object for which information is to be retrieved.
poidInfo
Pointer to a CEOIDINFO structure that contains information about the object.

Return Values

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.

Remarks

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.

See Also

CEOIDINFO, CeCreateDatabase, CeOpenDatabase