VLScgFreeLicenseString
Syntax
void VLScgFreeLicenseString (char* result);
Argument | Description |
result | The pointer to the memory allocated for a generated license. |
Description
Frees up the memory allocated for a generated license (using the VLScgGenerateLicense API). It is recommended to use this API—instead of using the free system call—when the generated license is no longer needed.
Returns
Not applicable.