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

帮助

使用手册
附加信息
使用手册

EP_TrialExecutionsLeft

EP_TrialExecutionsLeft 函数用来取得程序剩余试用次数,参看 EP_TrialExecutions

参赛

函数没有参数。

返回值

如果函数成功执行,返回值为剩余的使用次数,否则返回为0。

备注

在以下情况函数不会执行成功:

  • 未激活过期限制功能;
  • 未知错误。

定义

Show/Hide C++ function definition

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

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

可以在安装文件夹下的 Examples 子文件夹查看函数实例。