Manual
EP_RegKeyGlobalTimeLeftEP_RegKeyGlobalTimeLeft function returns the number of Global Time minutes Left that the registration key is limited to. EP_RegKeyGlobalTimeLeft extends EP_RegKeyGlobalTime. See Creating Keys for more details. ParametersThe function does not have parameters. Return ValueIf the function succeeds, the return value is the number of Global Time minutes Left. If the function fails, the return value is 0. RemarkThe function fails in the following cases:
DefinitionShow/Hide C++ function definition extern "C" __declspec( dllexport ) __stdcall int EP_RegKeyGlobalTimeLeft(); Show/Hide Delphi function definition Show/Hide Visual Basic function definition Show/Hide C# (.NET) function definition See function examples in the installation folder. |