ITP_GET_TRIAL_LAUNCHES_LEFT_V3 |
Top Previous Next |
Function returns count of free launches in the trial period, which are left after activation.
ITP_GET_TRIAL_LAUNCHES_LEFT_V3(int iLaunches);
Parameters
iLaunches - the number of launches that are left in the evaluation period.
Return
Returns nothing. The output value (iLaunches) will get the number of launches.
Requirements
Header: IntelliProtectorDeclarations.h
Example
int GetTrialLaunchesLeftCount() { int iLaunches = 0; ITP_GET_TRIAL_LAUNCHES_LEFT_V3(iLaunches); return iLaunches; }
|
Copyright © 2015 IntelliProtector.com |