Share via


BY_HANDLE_DB_INFORMATION (EDB) (Windows Embedded CE 6.0)

1/6/2010

This structure contains information about a database retrieved by the CeGetDbInformationByHandle (EDB) function.

Syntax

typedef struct BY_HANDLE_DB_INFORMATION {
  WORD wVersion;
  WORD wReserved;
  CEGUID guidVol;
  CEOID oidDbase;
  CEDBASEINFOEX infDatabase;
}BY_HANDLE_DB_INFORMATION;

Members

  • wVersion
    Version of this structure. Must be set to 2.
  • wReserved
    Reserved; do not use.
  • guidVol
    GUID of the parent volume.
  • oidDbase
    Object identifier (OID( of the database.
  • infDatabase
    Extended database information.

Remarks

The following are the differences between this structure and the CEDB equivalent:

  • This structure uses CEDBASEINFOEX for EDB, instead of CEDBASEINFO.

Requirements

Header windbase.h
Library coredll.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

EDB Structures
CeGetDBInformationByHandle (EDB)
CEDBASEINFOEX (EDB)