Name |
CheckLicenceID |
||||||||
Purpose |
Compares the delivered ID with the license file ID. |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
E.g. if you want to implement a hardware independent copy protectionCopy Protection mechanism. |
||||||||
Sample |
iRes := lic. CheckLicenceID(iNr); if iRes = 0 then begin << it matches, you can continue…>> ... end else begin << it does not match or there was an error >> ... |
||||||||
See also |
Copy ProtectionCopy Protection, GetLicFileID |