Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 7.0

Index

On this page

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
NoNameTypeDescription
1ActivatedStateLongReturns 1 if the product has been activated or 0 if the product is in trial mode
2TrialDayCountLongReturns the number of days that the product can be trialed for
3DaysUsedLongReturns the number of days that the product has already been trialed for
Example Code