CREATE_SYSTEMGUID (Compact 2013)

3/26/2014

This macro creates a CEGUID that identifies the object store database volume.

Syntax

#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 Value

None.

Remarks

Use this macro to generate the CEGUID identifier of the object store volume.

Requirements

Header

windbase.h

See Also

Reference

Database Macros
CeCreateDatabaseEx (CEDB)
CeDeleteDatabaseEx (CEDB)
CeFindFirstDatabaseEx (CEDB)
CeFindNextDatabaseEx (CEDB)
CeOidGetInfoEx (CEDB)
CeOpenDatabaseEx (CEDB)
CeSetDatabaseInfoEx (CEDB)
CHECK_SYSTEMGUID