Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_TrialExecutions

EP_TrialExecutions function servers for retrieving the total trial period executions and the trial period executions left. The total executions count of the trial period should be defined in TRIAL CONTROL - Limitation of executions count panel. See also the extended functions EP_TrialExecutionsLeft and EP_TrialExecutionsTotal.

Parameters

  • Total - the total number of trial executions.
  • Left - the number of trial executions left.

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:

  • the limitation of the executions count was not enabled;
  • the application is not protected.

If the user's PC has several user accounts, the trial information will be different for each user.

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall BOOL EP_TrialExecutions( int* Total, int* Left );

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