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 (CEDB) function.
typedef struct _BY_HANDLE_DB_INFORMATION { WORDwVersion;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 (CEDB) | CEDBASEINFOEX (CEDB)
Send Feedback on this topic to the authors