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 structure contains the globally unique identifier (GUID)of a mounted database. A CEGUIDand CEOIDtogether uniquely identify a record or database in a database volume or in the object store.

Syntax

typedef struct _CEGUID {
  DWORD 
Data1;
  DWORD 
Data2;
  DWORD 
Data3;
  DWORD 
Data4;
} CEGUID;

Members

Data1

Opaque data member.

Data2

Opaque data member.

Data3

Opaque data member.

Data4

Opaque data member.

Requirements

Header rapitypes.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Concepts

RAPI Structures