This method positions the read/write pointer to the previous record in the database.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
CEOID SeekPrev( );
The object identifier of the previous record, or zero if the seek operation fails. To get extended error information, call GetLastError.
If the database was opened using a key sort property, the corresponding sort order is used to determine the previous record.
CCeDBDatabase::SeekNext, CCeDBDatabase::Open, GetLastError