fpFreeString()

Frees the memory allocated by fpGetLicenseInfoAsJSON().

Syntax

KVErrorCode(pascal* fpFreeString)(
        char** const pszData);

Arguments

pszData A pointer to the string to free.

Returns

The return value is an error code.

  • If the call is successful, the return value is KVError_Success.
  • If the call is unsuccessful, the return value is an error code that indicates the problem.

Discussion

Call this function after fpGetLicenseInfoAsJSON() has successfully filled pszLicenseInfo, and the data is no longer required.