Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_TrialExecutionTime

EP_TrialExecutionTime function servers for retrieving the total trial period minutes and the trial period minutes left since the module start. The total number of trial minutes should be defined in TRIAL CONTROL - Limitation of execution time panel. See also the extended functions EP_TrialExecutionTimeLeft and EP_TrialExecutionTimeTotal.

Parameters

  • Total - the total number of trial minutes.
  • Left - the number of trial minutes 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 execution time was not enabled;
  • the application is not protected.

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall BOOL EP_TrialExecutionTime( 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\TrialExecutionTime subfolder.