RenewLicenseCodeW

Top  Previous  Next

This function renew current license code by the renewal code. Unicode version.

 

static bool RenewLicenseCodeW(WideString stLicenseCode);

 

Parameters

 

 WideString stLicenseCode - Renewal code.

 

Return value

 

 Returns True if there are no errors.

 Returns False if some errors were occurred.

 

Requirements

 

 Library: IntelliProtectorDummy.dll

 Source: UnitIntelliProtector.h

 

Example

 

#include "UnitIntelliProtector.h"

using namespace IntelliProtectorService;

//...

void TFormMain::RenewSoftware()

{

 // renew software by the renewal code from the edit box

 CIntelliProtector::RenewLicenseCodeW(editRenewalCode->Text);;

}

 

 





Copyright © 2011 intelliprotector.com