Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbSetUserTag

Set the user tag.

Declaration

CTDBRET ctdbSetUserTag(CTHANDLE Handle, pVOID tagptr)

Description

ctdbSetUserTag() sets the user tag.

  • Handle [in] any c-treeDB API SDK Handle.
  • tagptr [in] the pointer associated with the value to be set to the user tag.

Returns

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

See also

ctdbGetUserTag()

TOCIndex