Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetUserTag

Retrieve the user tag.

Declaration

CTDBRET ctdbGetUserTag(CTHANDLE Handle, pVOID tagptr)

Description

ctdbGetUserTag() retrieves the user tag.

  • Handle [in] any c-treeDB API Handle.
  • tagptr [out] the pointer to receive the user tag.

Returns

ctdbGetUserTag() returns CTDBRET_OK on success, or c-treeDB API error on failure.

See also

ctdbSetUserTag()

TOCIndex