Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains the globally unique identifier (GUID) of a mounted database. A CEGUID and CEOID together uniquely identify a record or database in a database volume or in the object store.
typedef struct _CEGUID {
DWORD Data1;
DWORD Data2;
DWORD Data3;
DWORD Data4;
} CEGUID;
Members
- Data1
Opaque data member. - Data2
Opaque data member. - Data3
Opaque data member. - Data4
Opaque data member.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Rapitypes.h
See Also
Send Feedback on this topic to the authors