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

帮助

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

EP_RegKeyRegisterAfterDateEx

EP_RegKeyRegisterAfterDateEx函数返回注册密钥里的过期年月日。参看 创建密钥 获取更多信息。

参数

函数无参数。

返回值

如果函数执行成功,将返回1个32位日期数字,否则返回0。

备注

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

  • 注册密钥里没有限定过期日期;
  • 注册密钥错误;
  • 未知错误。

定义

Show/Hide C++ function definition

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

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

可以在安装目录下查看函数更多使用实例。