Free Function
Description
Releases memory resources allocated to store retrieved data from Admin API calls.
Syntax
void SNTL_ADMIN_CALLCONV sntl_admin_free(char * info)
Parameters
|
Pointer to the memory resources to be released |
Usage Notes
Used only in C code to release memory resources allocated to the storage of retrieved data from API calls using the Get and Set functions. The function has no return status code.