|
ITP_GET_LICENSE_EXPIRATION_DAYS_V3 |
Top Previous Next |
|
Function returns the 'retail' days when the license code will be expired.
ITP_GET_LICENSE_EXPIRATION_DAYS_V3(int iDays)
Parameters
iDays - the number of days in the 'retail' period. The length in days of the license code.
Return
Returns nothing. The output value (iDays) will get the number of days.
Requirements
Header: IntelliProtectorDeclarations.h
Example
int GetLicenseExpirationDaysCount() { int iDays = 0; ITP_GET_LICENSE_EXPIRATION_DAYS_V3(iDays); return iDays; }
|
| Copyright © 2011 intelliprotector.com |