Free Function
Description
Releases memory resources utilized by other API functions.
Syntax
void HASP_CALLCONV hasp_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 GetInfo, GetSessionInfo and Update functions. The function has no return status code.