CeOidGetInfo (CEDB) (Compact 2013)

3/26/2014

This function retrieves information about an object in the object store. This function is obsolete. Call the CeOidGetInfoEx2 (CEDB) function instead.

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 [CEDB] structure that contains information about the object.

Return Value

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 this function to retrieve information about any object in the object store database or file system.

Requirements

Header

windbase.h

Library

coredll.lib

See Also

Reference

CEDB Functions
CeCreateDatabaseEx (CEDB)
CeOpenDatabaseEx (CEDB)
CEOIDINFO [CEDB]
CeOidGetInfoEx2 (CEDB)