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

帮助

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

EP_RegKeyGlobalTimeLeft

EP_RegKeyGlobalTimeLeft函数返回注册密钥里限制的剩下的总运行时间。 EP_RegKeyGlobalTimeLeft 类似 EP_RegKeyGlobalTime。参看 创建密钥 获取更多信息。

参数

函数无参数。

返回值

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

备注

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

  • 注册密钥没有限制总运行时间;
  • 注册密钥错误;
  • 限制的总运行时间已到期;
  • 未知错误。

定义

Show/Hide C++ function definition

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

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

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