Manual
EP_EnigmaVersionEP_EnigmaVersion returns the version of Enigma Protector the file is protected with. Return ValueThe 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. DefinitionShow/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. |