Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_RegDeleteKey

EP_RegDeleteKey function serves for deleting the existing registration information.

Parameters

The function does not have parameters.

Return Value

If the function succeeds, the return value is 1. If the function fails, the return value is 0.

Remark

The function fails in the following cases:

  • no registration information is present;
  • an error ocurred while deleting the registration information (it can occur due to the enabled protection from deleting files from the drive or entries in the registry);
  • the application is not protected.

Definition

Show/Hide C++ function definition

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

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

Examples

Show/Hide Delphi function example

Show/Hide C++ function example

See function examples in the installation folder, Examples subfolder.