Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 17.0 (home page)Version 16.0 (home page, current version)Version 15.0 (home page)Version 14.0 (home page)Version 13.0 (home page)Version 12.0 (home page)Version 11.0 (home page)Version 10.0 (home page)Version 9.0 (home page)Version 8.0 (home page)Version 7.0Version 6.0 (home page)Version 5.0 (home page)Version 4.0 (home page)

Index

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
NoNameTypeDescription
1ProductIDLong The ID of the product to retrieve product activation info for.
2InfoTypeLong 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