CeOidGetInfo

This function retrieves information about an object in the object store. This function is obsolete. Applications should call CeOidGetInfoEx instead.

A remote application interface (RAPI) version of this function exists, and it is also called CeOidGetInfo.

At a Glance

Header file: Winbase.h
Windows CE versions: 1.01 and later

Syntax

BOOL CeOidGetInfo(CEOID oid, CEOIDINFO *poidInfo) ;

Parameters

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

Use the CeOidGetInfo function to retrieve information about any object in the object store database or file system.

See Also

CEOIDINFO, CeCreateDatabaseEx, CeOpenDatabaseEx