ITP_GET_TRIAL_DAYS_V3

Top  Previous  Next

This call tells the total duration of trial period in days.

 

ITP_GET_TRIAL_DAYS_V3(int iDays);

 

Parameters

 

 iDays - the number of days in the evaluation period.

 

Return

 

 Returns nothing. The output value (iDays) will get the number of days.

 

Requirements

 

 Header: IntelliProtectorDeclarations.h

 

Example

 

int GetTrialDaysCount()

{

 int iDays = 0;

 ITP_GET_TRIAL_DAYS_V3(iDays);

 return iDays;

}

 

 

 





Copyright © 2015 IntelliProtector.com