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

帮助

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

EP_TrialExecutionTime

EP_TrialExecutionTime 函数用来取得试用运行的总时间和剩余时间。试运行的总时间需要在 试用控制 - 运行时间 面板中定义。参看 EP_TrialExecutionTimeLeftEP_TrialExecutionTimeTotal函数。

参数

  • Total - 试运行总时间(分钟)。
  • Left - 试运行剩余时间(分钟)。

返回值

如果函数执行成功,返回值为1,否则为0。

备注

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

  • 未激活运行时间限制功能;
  • 未知错误。

定义

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

实例

Show/Hide Delphi function example

Show/Hide C++ function example

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