sntl_licensing_app_context_delete 


Library Information
>This API belongs to the Sentinel RMS licensing library.
>The corresponding header is licensing.h.
Description
Deletes the application context object.
Syntax
SNTL_DECLARE(sntl_status_t) sntl_licensing_app_context_delete(sntl_licensing_app_context_t *app_context);
Argument | Description |
---|---|
app_context [in] | Pointer to the application context that needs to be deleted. |
Returns
The status code SNTL_SUCCESS is returned, if successful. Otherwise, a specific status code is returned indicating the reason for failure.
For the complete list of error codes, refer to Licensing Library Error and Result Codes.