有任何疑问,请联系我们:china@enigmaprotector.com

帮助

使用手册
Additional
使用手册

EP_TrialDaysLeft

EP_TrialDaysLeft function returns the number of trial days Left. EP_TrialDaysLeft extends EP_TrialDays function.

Parameters

The function does not have parameters.

Return Value

If the function succeeds, the return value is the number of days Left. If the function fails, the return value is 0.

Remark

The function fails in the following cases:

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

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllexport ) __stdcall int EP_TrialDaysLeft();

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

See function examples in the installation folder.