ITP_GET_LICENSE_EXPIRATION_DAYS_LEFT_V3

Top  Previous  Next

This call says, how many 'retail' days are left before the license code will be expired.

The retail days this is actually length of the license code in days.

 

ITP_GET_LICENSE_EXPIRATION_DAYS_LEFT_V3(int iDaysLeft)

 

Parameters

 

 iDaysLeft - the number of days left before the license code expires.

 

Return

 

 Returns nothing.

 

Requirements

 

 Header: IntelliProtectorDeclarations.h

 

Example

 

int GetLicenseExpirationDaysLeftCount()

{

 int iDaysLeft = 0;

 ITP_GET_LICENSE_EXPIRATION_DAYS_LEFT_V3(iDaysLeft);

 return iDaysLeft;

}

 

 





Copyright © 2015 IntelliProtector.com