CHECK_INVALIDGUID (Windows CE 5.0)
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
Send Feedback on this topic to the authors