Manual
EP_TrialExecutionsLeftEP_TrialExecutionsLeft function returns the number of trial executions Left. EP_TrialExecutionsLeft extends EP_TrialExecutions. ParametersThe function does not have parameters. Return ValueIf the function succeeds, the return value is the number of executions 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_TrialExecutionsLeft();
See function examples in the installation folder. s |