ITP_GET_TRIAL_LAUNCHES_V3

Top  Previous  Next

Function returns count of free launches in the trial period.

 

ITP_GET_TRIAL_LAUNCHES_V3(int iLaunches);

 

Parameters

 

 iLaunches - the number of launches in the evaluation period.

 

Return

 

 Returns nothing. The output value (iLaunches) will get the number of launches.

 

Requirements

 

 Header: IntelliProtectorDeclarations.h

 

Example

 

int GetTrialLaunchesCount()

{

 int iLaunches = 0;

 ITP_GET_TRIAL_LAUNCHES_V3(iLaunches);

 return iLaunches;

}

 

 

 

 





Copyright © 2015 IntelliProtector.com