Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbIsExtSegment

Check if the segment mode is one of the extended modes.

Declaration

CTBOOL ctdbIsExtSegment(CTSEG_MODE SegMode)

Description

ctdbIsExtSegment() checks to see if the segment mode is one of the extended modes. Extended segments must have been added to the index with ctdbAddSegmentEx().

  • SegMode [in] the segment mode.

Returns

ctdbIsExtSegment() returns YES if the segment mode is extended, NO otherwise.

See also

ctdbAddSegmentEx()

TOCIndex