RT_LICENSE_EXPIRATION_DATE Structure

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

Syntax

Copy
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 Header

wRTOS 1.0 SDK

RtLicensing.h