Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 9.0

On this page

ITavultesoftKeymanScript::GetProductActivationInfo

Returns information about the activation status of a product. The ProductID can be retrieved from the Products collection.

Declaration
Function GetProductActivationInfo(ByVal ProductID as Long, ByVal InfoType As Long) As Long
Parameters
No Name Type Description
1 ProductID Long The ID of the product to retrieve product activation info for.
2 InfoType Long The type of information to retrieve: 1: Activation status - returns 1 for activated, 0 for not activated 2: Returns the total number of days in the product trial 3: Returns the number of days already used in the product trial
Return Value
Long
Example Code