BY_HANDLE_DB_INFORMATION (CEDB) (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Members

  • wVersion
    Version of this structure. Applications must set this member to 1.
  • guidVol
    Globally unique indentifier (GUID) of the parent volume.
  • oidDbase
    Object indentifier (OID) of the database.
  • infDatabase
    Extended database information.

Requirements

Header windbase.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

CEDB Structures
CeGetDBInformationByHandle (CEDB)
CEDBASEINFOEX (CEDB)