Product Documentation

FairCom DB API for C

Previous Topic

Next Topic

ctdbVariantGetDataAsBase64

Gets the variant data as a base64 encoded ASCII string.

Declaration

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

Parameters

  • pVariant [IN] variant pointer
  • buffer [OUT] pointer to output buffer
  • pSize [IN/OUT] number of bytes in buffer

Return

Returns CTDBRET_OK on success, pSize is set tot he actual number of bytes used.

TOCIndex