Manual
EP_TrialDateTillDateEP_TrialDateTillDate function serves for retrieving start and end trial dates. Trial dates should be defined on the TRIAL CONTROL - Limitation from date till date panel. See also the extended functions EP_TrialDateTillDateStartEx and EP_TrialDateTillDateEndEx. Parameters
Return ValueIf the function succeeds, the return value is 1. If the function fails, the return value is 0. RemarkThe function fails in the following cases:
If the user's PC has several user accounts, the trial information will different for each user. DefinitionShow/Hide C++ function definition extern "C" __declspec( dllimport ) __stdcall BOOL EP_TrialDateTillDate( int* StartYear, int* StartMonth, int* StartDay, int* EndYear, int* EndMonth, int* EndDay ); Show/Hide Delphi function definition Show/Hide Visual Basic function definition Show/Hide C# (.NET) function definition See function examples in the installation folder, Examples\Trial subfolder. |