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

帮助

使用手册
Additional
使用手册

EP_RegKeyRegisterAfterDate

EP_RegKeyRegisterAfterDate returns the Register After date from the registration key. See Creating Keys for more details. See also the extended function EP_RegKeyRegisterAfterDateEx.

Parameters

  • Year - the year of the key Register After date.
  • Month - the month of the key Register After date.
  • Day - the day of the key Register After date.

Return Value

If the function succeeds, the return value is 1. If the function fails, the return value is 0.

Remark

The function fails in the following cases:

  • the registration key does not contain the Register After date;
  • there is no valid registration key;
  • the application is not protected.

Definition

Show/Hide C++ function definition

extern "C" __declspec( dllimport ) __stdcall BOOL EP_RegKeyRegisterAfterDate( int* Year, int* Month, int* Day );

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

See function examples in the installation folder.