CREATE_INVALIDGUID (Windows CE 5.0)
This macro creates a CEGUID that does not identify any database volume.
#define CREATE_INVALIDGUID(pguid) (memset((pguid), -1, sizeof(CEGUID)))
Parameters
- pguid
[out] Pointer to a CEGUID that receives an identifier that specifies an invalid database volume CEGUID.
Return Values
None.
Remarks
The CEGUID created by this macro is required by CeEnumDBVolumes (CEDB) to start enumeration of currently mounted database volumes.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Windbase.h.
See Also
CeEnumDBVolumes (CEDB) | CeMountDBVol (CEDB) | CHECK_INVALIDGUID
Send Feedback on this topic to the authors