CHECK_SYSTEMGUID
This macro checks a CEGUID to determine if it identifies the object store database volume.
#define CHECK_SYSTEMGUID(pguid) \
!((pguid)->Data1|(pguid)->Data2|(pguid)->Data3|(pguid)->Data4)
Parameters
- pguid
[in] Pointer to the CEGUID to be checked.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Windbase.h.
See Also
CREATE_INVALIDGUID | CREATE_SYSTEMGUID
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.