ITP_GET_TRIAL_DAYS_LEFT_V3

Top  Previous  Next

This define checks how many days of the trial period are left.

 

ITP_GET_TRIAL_DAYS_LEFT_V3(int iDaysLeft));

 

Parameters

 

 iDaysLeft - the number of days left before the evaluation period expires.

 

Return

 

 Returns nothing.

 

Requirements

 

 Header: IntelliProtectorDeclarations.h

 

Example

 

int GetTrialDaysLeftCount()

{

 int iDaysLeft = 0;

 ITP_GET_TRIAL_DAYS_LEFT_V3(iDaysLeft);

 return iDaysLeft;

}

 

 

 

 





Copyright © 2015 IntelliProtector.com