This structure contains information about a database in the Windows CE object store. This structure is used by the CeFindAllDatabases function.
At a Glance
Header file: | Rapi.h |
Windows CE versions: | 1.0 and later |
Syntax
struct CEDB_FIND_DATA {
CEOID OidDb;
CEDBASEINFO DbInfo;
};
Members
OidDb
Object identifier of a database in the Windows CE object store.
DbInfo
CEDBASEINFO structure that contains information about a database.
See Also