 |
CeOidGetInfoEx ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
This function retrieves information about an object in the object store or a mounted database volume. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL CeOidGetInfoEx(
PCEGUID pceguid,
CEOID oid,
CEOIDINFO* poidInfo
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER CeOidGetInfoEx IN rapi;
STRING @ pceguid,;
INTEGER oid,;
STRING @ poidInfo
|
 |
 |
 |
| Parameters: |
 |
pceguid
[in] Pointer to the CEGUID that contains the globally unique identifier of a mounted database.
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 value: |
 |
| TRUE indicates success. FALSE indicates failure. |
 |
 |
| My comment: |
 |
| To get extended error information, call CeGetLastError. CeGetLastError may return ERROR_INVALID_HANDLE if the specified object identifier is invalid. |
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-06-29 10:57:46 | | Modified: | 2004-06-29 10:59:36 | Visited in last 7 days: 13 |