Any questions? Ask us: support@enigmaprotector.com

Help

Manual
Additional
Manual

EP_RegKeyCreationDate

EP_RegKeyCreationDate function serves for retrieving the Registration key creation date. See Creating Keys for more details. See also the extended function EP_RegKeyCreationDateEx.

Parameters

  • Year - the year of the key creation date.
  • Month - the month of the key creation date.
  • Day - the day of the key creation 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:

  • there is no valid registration key;
  • the application is not protected.

Definition

Show/Hide C++ function definition

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

Show/Hide Delphi function definition

Show/Hide Visual Basic function definition

Show/Hide C# (.NET) function definition

Examples

Show/Hide Delphi function example

See function examples in the installation folder.