Manual
EP_RegKeyDaysLeftEP_RegKeyDaysLeft function returns the number of days Left that the registration key is limited to. EP_RegKeyDaysLeft extends EP_RegKeyDays. See Creating Keys for more details. ParametersThe function does not have parameters. Return ValueIf the function succeeds, the return value is the number of days Left. If the function fails, the return value is 0. RemarkThe function fails in the following cases:
Definition
extern "C" __declspec( dllexport ) __stdcall int EP_RegKeyDaysLeft();
See function examples in the installation folder. |