Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetSegmentField

Retrieve the field handle of the segment.

Declaration

CTHANDLE ctdbGetSegmentField(CTHANDLE Handle)

Description

ctdbGetSegmentField() retrieve the field handle of the segment.

  • Handle [in] the Segment Handle.

Returns

ctdbGetSegmentField() returns the field handle, or NULL on error.

See also

ctdbAllocSegment()

TOCIndex