Manual
EP_CheckupIsProtectedThe EP_CheckupIsProtected function has a very simple purpose, it is used to check if the file is protected or not. Return ValueThe function returns 0 if the file is not protected and 1 if the file is protected. DefinitionShow/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 ExamplesShow/Hide Delphi function example See function examples in the installation folder, Examples\CheckEnigma subfolder. |