|
|
The function RtIsRuntimeLicensed verifies whether a specified RTX Runtime version is installed and has a valid license.
Syntax
BOOL RtIsRuntimeLicensed( DWORD majorVersion );
Parameters
majorVersion
The major version of the RTX Runtime to validate.
| Runtime Version | majorVersion Value |
|---|---|
| RTX 2016 (includes Service Packs) | 12 |
| Currently installed version |
0 |
Return Values
Returns TRUE if the specified Runtime version is installed and licensed. Returns FALSE if the specified Runtime is not installed or not licensed.
Requirements
| Minimum Supported Version | RTX 2016 |
| Header | Rtapi.h |
| Library | Rtx_Rtss.lib |