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

帮助

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

EP_RegKeyRuntimeTotal

EP_RegKeyRuntimeTotal 返回注册密钥限制的每次总运行时间值。参看 EP_RegKeyRuntimeCreating Keys 获取更多信息。

参数

函数无参数。

返回值

如果函数成功执行,返回值为总运行时间,否则返回0。

备注

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

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

定义

Show/Hide C++ function definition

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

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

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