有任何疑问,请联系我们:china@enigmaprotector.com

帮助

使用手册
附加信息
使用手册

EP_EnigmaVersion

EP_EnigmaVersion 获取被保护程序使用的Enigma版本。

返回值

返回值为被保护程序使用的Enigma版本。如返回 0x014E (334) 意思为 1.78版本。

定义

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

可以在安装文件夹下 Examples\CheckEnigma 子文件夹里查看函数使用实例。