BY_HANDLE_DB_INFORMATION (CEDB) (Windows CE 5.0)

Send Feedback

This structure contains information about a database retrieved by the CeGetDBInformationByHandle (CEDB) function.

typedef struct _BY_HANDLE_DB_INFORMATION { WORDwVersion;CEGUID guidVol;CEOID oidDbase;CEDBASEINFOEX infDatabase;} BY_HANDLE_DB_INFORMATION, *LPBY_HANDLE_DB_INFORMATION; 

Members

  • wVersion
    Version of this structure. Applications must set wVersion to 1.
  • guidVol
    GUID of parent volume.
  • oidDbase
    OID of database.
  • infDatabase
    Extended database information.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Windbase.h.

See Also

CeGetDBInformationByHandle (CEDB) | CEDBASEINFOEX (CEDB)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.