BY_HANDLE_DB_INFORMATION (EDB)
A version of this page is also available for
4/8/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 |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
EDB Structures
CeGetDBInformationByHandle (EDB)
CEDBASEINFOEX (EDB)