RT_LICENSE_OPTIONS
RT_LICENSE_OPTIONS is a structure that specifies options for the structure RT_LICENSE_INFO.
Syntax
typedef struct _RT_LICENSE_OPTIONS { TCHAR Raw[RT_MAX_LICENSE_OPTIONS_LENGTH]; int RtProcessors; int RtCustomerId; } RT_LICENSE_OPTIONS, *PRT_LICENSE_OPTIONS;
Fields
Raw
The raw product options string.
RtProcessors
If the associated license is a Runtime license, this field holds the number of licensed real-time processors, otherwise it is undefined.
RtCustomerId
The unique Customer ID (CID) of the customer who purchased the license.
Requirements
Minimum Supported Version | RTX64 2014 with Service Pack 2 |
Header | Licensing.h |