ITP_GET_SUPPORT_EXPIRATION_DAYS_V3 |
Top Previous Next |
Function returns length of the support period in days.
ITP_GET_SUPPORT_EXPIRATION_DAYS_V3(int iDays)
Parameters
iDays - the number of days in the support period.
Return
Returns nothing. The output value (iDays) will get the number of days.
Requirements
Header: IntelliProtectorDeclarations.h
Example
int GetSupportExpirationDaysCount() { int iDays = 0; ITP_GET_SUPPORT_EXPIRATION_DAYS_V3(iDays); return iDays; }
|
Copyright © 2015 IntelliProtector.com |