GetIntelliprotectorVersionW

Top  Previous  Next

This function returns version of the protection engine. Unicode version.

 

static WideString GetIntelliprotectorVersionW();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns WideString value (IntelliProtector version).

 

Requirements

 

 Library: IntelliProtectorDummy.dll

 Source: UnitIntelliProtector.h

 

Example

 

#include "UnitIntelliProtector.h"

using namespace IntelliProtectorService;

//...

void TFormMain::ShowIntelliprotectorVersion()

{

 // fill IntelliProtector version

 lIntelliProtectorVersion->Caption = CIntelliProtector::GetIntelliprotectorVersionW();

}

 

 

 

 





Copyright © 2011 intelliprotector.com