Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_CheckupCopies

EP_CheckupCopies function returns the total and current number of executed copies of the protected file. The initial settings should be entered in the CHECK-UP - Executed Copies panel. Also, see the extended functions EP_CheckupCopiesCurrent and EP_CheckupCopiesTotal.

Parameters

  • Total - the total number of executed copies allowed.
  • Current - the current number of executed copies.

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:

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

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall BOOL EP_CheckupCopies( int* Total, int* Current);


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\ExecutedCopies subfolder.