This macro creates a CEGUID that does not identify any database volume.
At a Glance
Header file: | Windbase.h |
Windows CE versions | 2.10 and later |
Syntax
VOID CREATE_INVALIDGUID( PCEGUID pceguid );
Parameters
pceguid
Pointer to a CEGUID that receives an identifier that specifies an invalid database volume CEGUID.
Remarks
The CEGUID created by this macro is required by CeEnumDBVolumes to start enumeration of currently mounted database volumes.
See Also