Manual
EP_TrialExecutionTimeLeftEP_TrialExecutionTimeLeft function returns the number of trial execution minutes Left. EP_TrialExecutionTimeLeft extends EP_TrialExecutionTime. ParametersThe function does not have parameters. Return ValueIf the function succeeds, the return value is the number of trial execution minutes 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_TrialExecutionTimeLeft();
See function examples in the installation folder. |