Product Documentation

FairCom DB 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 FairCom DB 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 FairCom DB API C API error on failure.

See also

ctdbGetUserTag()

TOCIndex