Free Function

Description

Releases memory resources utilized by other API functions.

Syntax

void HASP_CALLCONV hasp_free(char * info)

Parameters

info

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.

Related Topics

GetSessionInfo Function

Update Function