CHECK_SYSTEMGUID (Compact 2013)

3/26/2014

This macro checks a CEGUID to determine if it identifies the object store database volume.

Syntax

#define CHECK_SYSTEMGUID(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

See Also

Reference

Database Macros
CREATE_INVALIDGUID
CREATE_SYSTEMGUID