Manual
EP_RegKeyRuntimeTotalEP_RegKeyRuntimeTotal function returns the Total number of run-time minutes that the registration key is limited to. EP_RegKeyRuntimeTotal extends EP_RegKeyRuntime. See Creating Keys for extended information. ParametersThe function does not have parameters. Return ValueIf the function succeeds, the return value is the number of Total run-time minutes. If the function fails, the return value is 0. RemarkThe function fails in the following cases:
Definition
extern "C" __declspec( dllexport ) __stdcall int EP_RegKeyRuntimeTotal();
See function examples in the installation folder. |