RT_LICENSE_EXPIRATION_DATE

RT_LICENSE_EXPIRATION_DATE is a structure that represents the license expiration date for the structure RT_LICENSE_INFO.

Syntax

typedef struct _RT_LICENSE_EXPIRATION_DATE {
	unsigned int expirationDateYear;
	unsigned int expirationDateMonth;
	unsigned int expirationDateDay;
	unsigned int daysUntilExpiration;
} RT_LICENSE_EXPIRATION_DATE, *PRT_LICENSE_EXPIRATION_DATE;

Fields

expirationDateYear

The 4-digit year in which the license expires.

expirationDateMonth

The month (1-based) in which the license expires.

expirationDateDay

The day on which the license expires. The license is valid until the end of this day.

daysUntilExpiration

The number of days until the license expires.

Requirements

Minimum Supported Version RTX64 2014 with Service Pack 2
Header RtLicensing.h