CCeDBDatabase::SeekToRecord

This method searches for the record specified by CeOID, and positions the read/write pointer at the location of the specified record.

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

Syntax

CEOID SeekToRecord( CEOID CeOID );

Parameters

CeOID
Object identifier of the record for which to search.

Return Values

The object identifier of the specified record, or zero if the seek operation fails. To get extended error information, call GetLastError.

Remarks

This method never sets the m_bEOF data member to TRUE.

See Also

GetLastError