sntl_licensing_refresh
Library Information
>This API belongs to the Sentinel RMS licensing library.
>The corresponding header is licensing.h.
Syntax
SNTL_DECLARE(sntl_status_t) sntl_licensing_refresh(sntl_licensing_login_session_t *login_session);
Description
Renews the license authorization by contacting the License Manager.
Argument | Description |
---|---|
login_session [in] | Pointer to the session object returned by the corresponding login call. |
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.