Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_CheckupIsProtected

The EP_CheckupIsProtected function has a very simple purpose, it is used to check if the file is protected or not.

Return Value

The function returns 0 if the file is not protected and 1 if the file is protected.

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall BOOL EP_CheckupIsProtected();

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

Examples

Show/Hide Delphi function example

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