Manual
EP_RegKeyRegisterAfterDateEP_RegKeyRegisterAfterDate returns the Register After date from the registration key. See Creating Keys for more details. See also the extended function EP_RegKeyRegisterAfterDateEx. Parameters
Return ValueIf the function succeeds, the return value is 1. If the function fails, the return value is 0. RemarkThe function fails in the following cases:
DefinitionShow/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. |