This macro checks if a CEGUID is equal to the result of CREATE_INVALIDGUID.
At a Glance
Header file: | Windbase.h |
Windows CE versions | 2.10 and later |
Syntax
BOOL CHECK_INVALIDGUID( PCEGUID pceguid );
Parameters
pceguid
Pointer to the CEGUID to check.
Return Values
TRUE indicates success. FALSE indicates failure.
See Also