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 creates a CEGUIDthat identifies the object store database volume.

Syntax

#define CREATE_SYSTEMGUID(
pguid) (memset((
pguid), 0, sizeof(
CEGUID)))

Parameters

pguid

[out] Pointer to a CEGUIDidentifier that receives the CEGUIDidentifier of the database volume in the object store.

Return Value

None.

Remarks

Use this macro to generate the CEGUIDidentifier of the object store volume.

Requirements

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

See Also

Reference

Database Macros
CHECK_SYSTEMGUID

Other Resources