RT_VERSION_INFO

RT_VERSION_INFO is a structure that specifies data for the functions RtGetRuntimeVersionEx and RtkGetRuntimeVersionEx.

Syntax

typedef struct _RT_VERSION_INFO {
	int majorVersion;
	int minorVersion;
	int fixVersion;
	int buildNumber;
} RT_VERSION_INFO, *PRT_VERSION_INFO;

Fields

majorVersion

The major version of the RTX64 Runtime. For example, 2.2

minorVersion

The minor version of the RTX64 Runtime. For example, 2.2

fixVersion

The fix version of the RTX64 Runtime.

buildNumber

The build number of the RTX64 Runtime.

Requirements

Minimum Supported Version RTX64 3.0
Header RtLicensing.h