Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::SeekRecord

Syntax

void SeekRecord(CTOFFSET offset)

Parameters

  • offset [in] The record offset position.

Description

Moves the record to the position pointed to by offset.

Return

None.

See also

GetRecordPos(), SetRecordPos(), SetRecordOffset()

TOCIndex