CeOidGetInfoEx2 (EDB)
This function obtains information about an OID that was generated by EDB.
BOOL CeOidGetInfoEx2( PCEGUID pGuid, CEOID oid, CEOIDINFO* poidInfo );
- pGuid
-
[in] CEGUID of the mounted volume in which the object identified by the oid parameter resides. You can mount a volume with the CeMountDBVolEx (EDB) function.
- oid
-
[in] Identifier of the object for which information is to be retrieved. This OID must have been generated by one of the EDB functions.
- poidInfo
-
[in, out] Pointer to a CEOIDINFOEX (EDB) structure. On successful return, it contains information about the object specified by oid. The caller must set the wVersion member of CEOIDINFOEX to CEOIDINFO_VERSION (2).
TRUE indicates success. FALSE indicates failure. To get extended error information, call GetLastError. The following table shows possible values.
| Return Value | Description |
|---|---|
|
ERROR_INVALID_HANDLE |
The oid parameter does not identify a valid object in the volume specified by pGuid. |
|
ERROR_INVALID_PARAMETER |
Indicates one of the following:
|
|
ERROR_NOT_FOUND |
The volume specified by pGuid does not exist. |