Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_CheckupCopiesCurrent

EP_CheckupCopiesCurrent function returns the current number of executed copies of the protected application. EP_CheckupCopiesCurrent extends the EP_CheckupCopies function.

Parameters

The function does not have parameters.

Return Value

If the function succeeds, the return value is the number of executed copies of the current application. If the function fails, the return value is 0.

Remark

The function fails in the following cases:

  • checkup of executed copies is not enabled;
  • the application is not protected.

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall int EP_CheckupCopiesCurrent();

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

See function examples in the installation folder.