RT_LICENSE_OPTIONS Structure

RT_LICENSE_OPTIONS is a structure that specifies options for the structure RT_LICENSE_INFO.

Syntax

Copy
typedef struct _RT_LICENSE_OPTIONS {
    TCHAR Raw[RT_MAX_LICENSE_OPTIONS_LENGTH];
    int size;
    int RtProcessors;
    int RtCustomerId;
} RT_LICENSE_OPTIONS, *PRT_LICENSE_OPTIONS;

Fields

Raw

The raw product options string.

size

The size of the structure. This field must be set to the actual size of the structure to ensure the API populates the structure accurately.

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 Header

wRTOS 1.0 SDK

RtLicensing.h