Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetRecordPosAtOffset

Declaration

public virtual CTDBRET GetRecordPosAtOffset(out long Offset)

Parameters:

  • offset

On input, offset should be in the range from zero (0) to recordCount.

On output, offset is set to the record offset.

Description

Retrieve the offset of the nth record of the current index.

Returns the record offset at a given offset.

Return Values

Value

Symbolic Constant

Explanation

0

NO_ERROR

Successful operation.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

TOCIndex