Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_RegKeyGlobalTime

EP_RegKeyGlobalTime function returns the Total number of Global Time minutes and the number of Global Time minutes Left that the registration key is limited to. See Creating Keys for more details. See also the extended functions EP_RegKeyGlobalTimeLeft and EP_RegKeyGlobalTimeTotal.

Parameters

  • Total - the total number of Global Time minutes that the registration key is limited to.
  • Left - the number of Global Time 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 registration key is not limited by Global Time;
  • there is no valid registration key;
  • the application is not protected.

Definition

Show/Hide C++ function definition

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

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

See function examples in the installation folder.