VLScgSetGracePeriodFlag
Syntax
int VLScgSetGracePeriodFlag (VLScg_HANDLE iHandle, codeT *codeP, char *flag);
Argument | Description |
iHandle |
The instance handle for this library. |
codeP |
A pointer to the codeT structure. |
flag |
A flag that will decide whether the VLScgAllowGracePeriod should be called or not. The value can be: >VLScg_NO_GRACE_PERIOD_STRING >VLScg_STANDARD_GRACE_PERIOD_STRING |
Description
Sets the grace period flag value.
Returns
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 .