Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetRecordLength

Return the current record length.

Declaration

VRLEN ctdbGetRecordLength(CTHANDLE Handle)

Description

ctdbGetRecordLength() returns the current record length.

  • Handle [in] the record handle.

Returns

ctdbGetRecordLength() returns the record length or 0 on error.

See also

ctdbAllocRecord(), ctdbGetRecordBuffer(), ctdbGetRecordSize()

TOCIndex