CREATE_INVALIDGUID

This macro creates a CEGUID that does not identify any database volume.

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.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Windbase.h Winbase.h Fsdbase.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

CeEnumDBVolumes, CeMountDBVol, CHECK_INVALIDGUID

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.