Product Documentation

FairCom DB API for C

Previous Topic

Next Topic

ctdbVariantGetDataAsHexString

Gets the variant data as Hexadecimal format ASCII string.

Declaration

CTDBRET ctdbDECL ctdbVariantGetDataAsHexString(pCTVARIANT pVariant, pTEXT buffer, pVRLEN pSize)

Parameters

  • pVariant [IN] Variant pointer
  • buffer [OUT] pointer to data
  • pSize [IN/OUT] number of bytes in buffer

Return

Returns CTDBRET_OK on success, pSize is set to the actual number of bytes used.

TOCIndex