GetLicenseCodeW

Top  Previous  Next

This function returns the license code provided. Unicode version.

 

static WideString GetLicenseCodeW();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns WideString value (license code).

 

Requirements

 

 Library: IntelliProtectorDummy.dll

 Source: UnitIntelliProtector.h

 

Example

 

#include "UnitIntelliProtector.h"

using namespace IntelliProtectorService;

//...

void TFormMain::ShowLicenseCode()

{

 // fill license code

 lLicenseCode->Caption = CIntelliProtector::GetLicenseCodeW();

}

 

 





Copyright © 2011 intelliprotector.com