Руководство
EP_TrialDaysTotalEP_TrialDaysTotal function returns the Total number of trial days. EP_TrialDaysTotal extends EP_TrialDays function. ParametersThe function does not have parameters. Return ValueIf the function succeeds, the return value is the number of Total days. If the function fails, the return value is 0. RemarkThe function fails in the following cases:
Definition
extern "C" __declspec( dllexport ) __stdcall int EP_TrialDaysTotal();
See function examples in the installation folder. |