ctdbGetRecordHandle
Retrieve the record handle
Declaration
CTHANDLE ctdbGetRecordHandle(CTHANDLE Handle)
Description
ctdbGetRecordHandle() retrieves the record handle. To allocate a record handle, use ctdbAllocRecord().
Returns
ctdbGetRecordHandle() returns a record handle on success or NULL on error.
See also
ctdbAllocRecord()