VLScgSetLicExpirationMinutes

This API is a part of Sentinel RMS SDK version 9.0 (and above) only.

Syntax

int VLScgSetLicExpirationMinutes (    
VLScg_HANDLE   iHandle,
codeT   *codeP,
char   *strMinutes );
     
Argument Description

iHandle

The instance handle for this library.

codeP

The pointer to the codeT struct.

strMinutes

The minutes part of the license expiration time. For example, if the license expiration time is 10 Hours and 15 Minutes, this API allows user to set the minutes part (15) of the license expiration time.

Description

Sets minute part of the license expiration time.

For example, if the license expiration time is 10 hours and 15 minutes, this API allows user to set the minutes part (15) of the license expiration time. The license expiration minutes should be specified in the range of 0-59.

Return

The status code VLScg_SUCCESS is returned if successful. Otherwise, a specific error codes is returned indicating the reason for failure. For the complete list of the error codes, refer to License Generation and Revocation Error Codes .