CREATE_SYSTEMGUID
This macro creates a CEGUID that identifies the object store database volume.
#define CREATE_SYSTEMGUID(pguid) (memset((pguid), 0, sizeof(CEGUID)))
Parameters
- pguid
[out] Pointer to a CEGUID identifier that receives the CEGUID identifier of the database volume in the object store.
Return Values
None.
Remarks
Use this macro to generate the CEGUID identifier of the object store volume.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Windbase.h.
See Also
CeCreateDatabaseEx | CeDeleteDatabaseEx | CeFindFirstDatabaseEx | CeFindNextDatabaseEx | CeOidGetInfoEx | CeOpenDatabaseEx | CeSetDatabaseInfoEx | CHECK_SYSTEMGUID
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.