Manual
EP_TrialExpirationDateExEP_TrialExpirationDateEx function returns the trial expiration date. It extends EP_TrialExpirationDate function. ParametersThe function does not have parameters. Return ValueIf the function succeeds, the return value is a 32-bit unsigned integer value that represents the Date value. The high byte of the high word contains a day value, the low byte of the high word contains a month value, the low word contains a year value. For example, the returned value 0x10012010 ($10012010) means the 10 January 2010 date. If the function fails, the return value is 0. RemarkThe function fails in the following cases:
Definition
extern "C" __declspec( dllexport ) __stdcall int EP_TrialExpirationDateEx();
See function examples in the installation folder. |