Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetRecordHandle

Retrieve the record handle

Declaration

CTHANDLE ctdbGetRecordHandle(CTHANDLE Handle)

Description

ctdbGetRecordHandle() retrieves the record handle. To allocate a record handle, use ctdbAllocRecord().

  • Handle [in] must be a record handle, otherwise ctdbGetRecordHandle() returns NULL.

Returns

ctdbGetRecordHandle() returns a record handle on success or NULL on error.

See also

ctdbAllocRecord()

TOCIndex