CEGUID

Send Feedback

This structure contains the globally unique identifier (GUID) of a mounted database. A CEGUID and CEOID together uniquely identify a record or database in a database volume or in the object store.

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

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Rapitypes.h

See Also

Remote API Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.