Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetRecordSize

Return the allocated record buffer size in bytes.

Declaration

VRLEN ctdbGetRecordSize(CTHANDLE Handle)

Description

ctdbGetRecordSize() returns the allocated record buffer size in bytes.

  • Handle [in] the record handle.

Returns

ctdbGetRecordSize() returns the record size or 0 on error.

See also

ctdbAllocRecord(), ctdbGetRecordBuffer(), ctdbGetRecordLength()

TOCIndex