This method searches for the record specified by CeOID, and positions the read/write pointer at the location of the specified record.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
CEOID SeekToRecord( CEOID CeOID );
The object identifier of the specified record, or zero if the seek operation fails. To get extended error information, call GetLastError.
This method never sets the m_bEOF data member to TRUE.