Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_EnigmaVersion

EP_EnigmaVersion returns the version of Enigma Protector the file is protected with.

Return Value

The return value contains the major version number in the high-order byte of the word and minor version number in the low-order byte. For example, return value 0x014E (334) means version 1.78.

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall int EP_EnigmaVersion();

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

See function examples in the installation folder, Examples\CheckEnigma subfolder.