sntl_lmadmin_context_delete 

Library Information
>This API belongs to the License Manager administration library.
>The corresponding header is lmadmin.h.
Description
Deletes the admin context object.
It is necessary to call this function to delete the object created.
Syntax
SNTL_DECLARE(sntl_lmadmin_status_t) sntl_lmadmin_context_delete(sntl_lmadmin_context_t *admin_context);
| Argument | Description |
|---|---|
| admin_context [in] | Pointer to the admin context object that needs to be deleted. |
Returns
The status code SNTL_LMADMIN_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 LmAdmin Library Error and Result Codes.
