RT_LICENSE_ISSUE_DATE
RT_LICENSE_ISSUE_DATE is a structure that represents the license issue date for the structure RT_LICENSE_INFO.
Syntax
typedef struct _RT_LICENSE_ISSUE_DATE { unsigned int issueDateYear; unsigned int issueDateMonth; unsigned int issueDateDay; } RT_LICENSE_ISSUE_DATE, *PRT_LICENSE_ISSUE_DATE;
Fields
issueDateYear
The year in which the license was issued.
issueDateMonth
The month (1-based) in which the license was issued.
issueDateDay
The day on which the licensed was issued.
Requirements
Minimum Supported Version | RTX64 2014 with Service Pack 2 |
Header | Licensing.h |