Share via


CHECK_INVALIDGUID (Windows CE 5.0)

Send Feedback

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

CeMountDBVol (CEDB)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.