Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetSegmentMode

Retrieve the segment mode.

Declaration

CTSEG_MODE ctdbGetSegmentMode(CTHANDLE Handle)

Description

ctdbGetSegmentMode() retrieves the segment mode. Use ctdbSetSegmentMode() to set the segment mode.

  • Handle [in] the Segment Handle.

Returns

ctdbGetSegmentMode() returns the segment mode, or c-treeDB API .NET error on failure.

See also

ctdbAllocSegment(), ctdbSetSegmentMode()

TOCIndex