|
RegisterSoftware |
Top |
|
This function register's the protected software by the license code provided.
function RegisterSoftware(stLicenseCode: String):Boolean;
Parameters
stLicenseCode: String - License code.
Return value
Returns True if there are no errors. Returns False if some errors were occurred.
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.RegisterSoftware(); begin IntelliProtector.RegisterSoftware('IPR2-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ'); end;
See Also
|
| Copyright © 2011 intelliprotector.com |