CCeDBRecord

This class encapsulates the functionality of a Windows CE database record. CCeDBRecord represents the record as it resides in RAM. You use the ReadCurrRecord and WriteCurrRecord methods to transfer properties to and from the database in the object store.

Two records in the same Windows CE database can have different numbers or types of properties. If you specify a sort property when you open a database, and there are records in the database that do not contain the property on which the database is being sorted, those records will be placed last in the sort order. If the sort property was defined with the Sort_UnknownFirst flag, they are placed before the sorted records, instead.

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

See Also

Unique MFC Classes for Windows CE