IKeymanProduct::GetActivationData
This function is often used at startup time to retrive information about the status of a product - whether the product has been activated or not, and whether the trial period has expired.
Declaration
Sub GetActivationData(ActivatedState As Long, TrialDayCount As Long, DaysUsed As Long)
Parameters
No | Name | Type | Description |
---|---|---|---|
1 | ActivatedState | Long | Returns 1 if the product has been activated or 0 if the product is in trial mode |
2 | TrialDayCount | Long | Returns the number of days that the product can be trialed for |
3 | DaysUsed | Long | Returns the number of days that the product has already been trialed for |