BY_HANDLE_DB_INFORMATION (Compact 2013)
3/26/2014
This structure contains information about a database retrieved by the CeGetDBInformationByHandle (CEDB) function.
Syntax
typedef struct _BY_HANDLE_DB_INFORMATION {
WORD wVersion;
WORD wReserved;
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.
- wReserved
Padding for DWORD alignment.
- guidVol
Globally unique indentifier (GUID) of the parent volume.
- oidDbase
Object indentifier (OID) of the database.
- infDatabase
Extended database information.
Requirements
Header |
windbase.h |
See Also
Reference
CEDB Structures
CeGetDBInformationByHandle (CEDB)
CEDBASEINFOEX [CEDB]