Share via


BY_HANDLE_DB_INFORMATION

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

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 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 | CEDBASEINFOEX

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.