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

帮助

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

EP_RegKeyRuntime

EP_RegKeyRuntime 函数返回注册密钥里限制的每次运行总时间和剩余运行时间。参看Creating Keys 获取更多信息。或者查看函数EP_RegKeyRuntimeLeftEP_RegKeyRuntimeTotal

参数

  • Total - 注册密钥里限制的每次总运行时间。
  • Left - 剩余的运行时间。

返回值

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

备注

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

  • 注册密钥没有限制运行时间;
  • 注册密钥错误;
  • 未知错误。

定义

Show/Hide C++ function definition

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

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

可以在查看安装文件夹获取函数使用实例。