|
Previous Top Next |
Prototype: | (STRING pName, STRING pCode), BYTE ! |
pName | The owner of the license key |
pCode | The license key |
Returns | Returns true/false if the key was valid |
This method calls the InstallKey function in the ArmAccess.dll to verify the license key.
Example:
ITA ITArmadilloClass
Code
If ITA.InstallKey(Loc:Name,Loc:Key)
! Ok, it is valid now!
Else
! Code is invalid.
End
See also: