ITP_GET_SUPPORT_EXPIRATION_DAYS_LEFT_V3

Top  Previous  Next

This call returns the days, which are left for the support period.

The license code will be valid for product versions which are released during support period.

 

ITP_GET_SUPPORT_EXPIRATION_DAYS_LEFT_V3(int iDaysLeft)

 

Parameters

 

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

 

Return

 

 Returns nothing.

 

Requirements

 

 Header: IntelliProtectorDeclarations.h

 

Example

 

int GetSupportExpirationDaysLeftCount()

{

 int iDaysLeft = 0;

 ITP_GET_SUPPORT_EXPIRATION_DAYS_LEFT_V3(iDaysLeft);

 return iDaysLeft;

}

 

 

 





Copyright © 2015 IntelliProtector.com