CHECK_INVALIDGUID
This macro checks if a CEGUID is equal to the result of CREATE_INVALIDGUID.
#define CHECK_INVALIDGUID(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
Last updated on Friday, April 09, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.