sntl_lg_free_memory() Function

Description

Releases memory resources utilized by other License Generation API functions.

Usage Notes

This function releases memory resources that were allocated to store retrieved data from License Generation API calls. (This function does not release resources allocated by Sentinel Licensing API functions.)

Syntax

void SNTL_LG_CALLCONV sntl_lg_free_memory (void * memory_reference)

Parameters

memory_reference

[INOUT] Pointer to the memory resources to be released

Related Topics

sntl_lg_generate_license()