Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbFreeRecord

Release resources allocated for the record handle.

Declaration

void ctdbFreeRecord(CTHANDLE Handle)

Description

ctdbFreeRecord() releases resources allocated for the record handle. Any record handle allocated with ctdbAllocRecord() should be released with a call to ctdbFreeRecord(). After a call to ctdbFreeRecord(), the record handle cannot be used for other operations.

  • Handle [in] the record handle.

Returns

None.

See also

ctdbAllocRecord(), ctdbFreeTable()

TOCIndex