CEDB_FIND_DATA (Windows CE 5.0)
This structure contains information about a database in the Windows CE object store. This structure is used by the CeFindAllDatabases function.
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.
Remarks
Earlier versions of Windows CE assigned OIDs to objects in other file systems, such as the FAT file system. These OIDs were guaranteed to be unique within a volume, but not across multiple volumes. Effective with version 3.0, only objects in the object store have valid, unique OIDs and the object store is the only volume that can return an object identifier.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Rapi.h.
See Also
RAPI Structures | CeFindAllDatabases | CEDBASEINFO
Send Feedback on this topic to the authors