Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about a database retrieved by the CeGetDbInformationByHandle (EDB) function.
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
OID of the database. - infDatabase
Extended database information.
Remarks
The following list highlights the differences between this structure and the CEDB equivalent structure:
- The structure uses CEDBASEINFOEX for EDB, in place of CEDBASEINFO for CEDB.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Windbase.h.
Link Library: Coredll.lib.
See Also
CeGetDBInformationByHandle (EDB) | CEDBASEINFOEX (EDB)
Send Feedback on this topic to the authors