Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetActiveTableByUID

Retrieve the active table handle given its UID.

Declaration

CTHANDLE ctdbGetActiveTableByUID(CTHANDLE Handle, ULONG uid)

Description

ctdbGetActiveTableByUID() retrieves the active table handle given its UID. Use ctdbGetActiveTableUID() to retrieve the table UID, given the table Handle.

  • Handle [in] the Table Handle.
  • uid [in] the table unique identifier number.

Returns

ctdbGetActiveTableByUID() returns the table Handle on success, or NULL on failure.

See also

ctdbGetActiveTableUID()

TOCIndex