GetIntelliprotectorVersionW |
Top Previous Next |
This function returns the version of the protection engine. Unicode version.
function GetIntelliprotectorVersion(): WideString;
Parameters
No parameters.
Return value
Returns WideString value (IntelliProtector version).
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.ShowIntelliprotectorVersion(); begin lIntelliProtectorVersion.Caption := IntelliProtector.GetIntelliprotectorVersionW(); end;
|
Copyright © 2015 IntelliProtector.com |