RegisterSoftwareA |
Top Previous Next |
This function register's the protected software by the license code provided.
function RegisterSoftwareA(stLicenseCode: AnsiString):Boolean;
Parameters
stLicenseCode: AnsiString - 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.RegisterSoftwareA('IPR2-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ'); end;
|
Copyright © 2015 IntelliProtector.com |