Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This macro checks a CEGUIDto 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 CEGUIDto be checked.

Return Value

TRUE indicates success. FALSE indicates failure.

Requirements

Header windbase.h
Windows Embedded CE Windows CE 2.10 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also