次の方法で共有


CHECK_INVALIDGUID (Windows Embedded CE 6.0)

1/6/2010

This macro verifies whether a CEGUID is equal to the result of running the CREATE_INVALIDGUID macro.

Syntax

#define CHECK_INVALIDGUID(pguid) \
!~((pguid)->Data1&(pguid)->Data2&(pguid)->Data3&(pguid)->Data4)

Parameters

  • pguid
    [in] Pointer to the CEGUID to be checked.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header windbase.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Database Macros
CeMountDBVol (CEDB)