sntl_lmadmin_cleanup
Library Information
>This API belongs to the License Manager administration library.
>The corresponding header is lmadmin.h.
Description
This API function is used to perform admin library level cleanup. Call this API after all admin API calls are done.
Syntax
SNTL_DECLARE(sntl_lmadmin_status_t) sntl_lmadmin_cleanup();
Returns
The status code SNTL_LMADMIN_SUCCESS is returned, if successful. Otherwise, a specific status code is returned indicating the reason for the failure.
For the complete list of error codes, refer to LmAdmin Library Error and Result Codes.