GetCurrentProductVersion

Top  Previous  Next

This function returns the current product version. Unicode version.

 

static WideString GetCurrentProductVersionW();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns WideString value (current product version).

 

Requirements

 

 Library: IntelliProtectorDummy.dll

 Source: UnitIntelliProtector.h

 

Example

 

#include "UnitIntelliProtector.h"

using namespace IntelliProtectorService;

//...

void TFormMain::CurrentProductVersion()

{

 lProductVersion->Caption = CIntelliProtector::GetCurrentProductVersionW();

}

 

 

 

 





Copyright © 2011 intelliprotector.com