RegisterSoftwareW

Top  Previous  Next

This function register's the protected software by the license code provided. Unicode version.

 

function RegisterSoftwareW(stLicenseCode: WideString):Boolean;

 

Parameters

 

 stLicenseCode: WideString - 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.RegisterSoftwareW('IPR2-LKJSOUIE-KSKJDLKS-SDKFJKL-DLFKJKJ');

end;

 

 





Copyright © 2015 IntelliProtector.com