EDB Structures (Windows CE 5.0)
EDB has its own structures, but also uses some of the CEDB structures. The following table shows the EDB and modified CEDB database structures, and a description of the purpose of each structure.
Programming element | Description |
---|---|
BY_HANDLE_DB_INFORMATION (EDB) | This structure contains information about a database retrieved by the CeGetDbInformationByHandle (EDB) function. |
CEDBASEINFOEX (EDB) | This structure contains information about a database object. |
CEOIDINFOEX (EDB) | This structure contains information about an object in the volume. |
CEPROPSPEC (EDB) | This structure contains information for the specified property. |
CEVOLUMEOPTIONS (EDB) | This structure contains information on setting various volume-level options. |
SORTORDERSPECEX (EDB) | This structure contains information about a sort order in a database. |
The following table shows the CEDB structures that EDB uses without modification, and a description of the purpose of each structure.
Programming element | Description |
---|---|
CEBLOB (CEDB) | This structure contains information about a binary large object (BLOB) of data in the object store. |
CEDIRINFO (CEDB) | This structure contains information about a directory object. |
CEFILEINFO (CEDB) | This structure contains information about a file object. |
CENOTIFICATION (CEDB) | This structure contains information about a change in the object store or a mounted volume. |
CENOTIFYREQUEST (CEDB) | This structure contains information to initialize the database and object store notification process. |
CEPROPVAL (CEDB) | This structure contains a property value. |
CERECORDINFO (CEDB) | This structure contains information about a record object. |
See Also
Send Feedback on this topic to the authors