|
||
This command analyzes an Activation Key and gives as a result the type of a key (e.g. turn on Copy Protection).
Name |
GetKeyType |
||||||||||||||||
Purpose |
Retrieve the type of an Activation Key |
||||||||||||||||
Params |
|
||||||||||||||||
Returncode |
|
||||||||||||||||
Usage |
When the user types in a key you could use this information in your application logic |
||||||||||||||||
Sample |
iKeytype := lic.GetKeyType(HX4a7-5CYE0-11CFy-6sjwX-kcC3Q-Aj8Eh); if iKeytype = 0 then << analyze the key >> ... end |
||||||||||||||||
See also |
To use this command, the license file must have been opened with one of the prepare commands.
See Analyze an Activation Key for an overview about all commands.