Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetRecordNbr

Retrieve the record index number in the table's active record list

Declaration

NINT ctdbGetRecordNbr(CTHANDLE Handle)

Description

ctdbGetRecordNbr() retrieves the record index number in the table's active record list.

  • Handle [in] the record handle.

Returns

ctdbGetRecordNbr() returns the record index number or -1 on error.

See also

ctdbAllocRecord(), ctdbGetRecordBuffer(), ctdbGetRecordLength()

TOCIndex