Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetSegmentHandle

Retrieve a segment handle.

Declaration

CTHANDLE ctdbGetSegmentHandle(CTHANDLE Handle)

Description

ctdbGetSegmentHandle() retrieves a segment handle.

  • Handle [in] the Segment Handle.

Returns

ctdbGetSegmentHandle() returns segment handle on success or NULL on failure.

See also

ctdbAllocSegment()

TOCIndex