RTXVERSIONINFO

Structure used to retrieve RTX version information. This structure is similar to the Windows structure OSVERSIONINFO.

Syntax

typedef struct _RTXVERSIONINFO {
    DWORD MajorVersion;
    DWORD MinorVersion;
    DWORD MicroVersion;
    DWORD BuildNumber;
} RTXVERSIONINFO, *PRTXVERSIONINFO;

Members

MajorVersion

The MajorVersion, MinorVersion, and MicroVersion members represent the version number of the currently installed release in the following form: MajorVersion.MinorVersion.MicroVersion. For example, 8.1.1.

MinorVersion

See MajorVersion description above.

MicroVersion

See MajorVersion description above.

BuildNumber

The build number of the currently installed release.

IntervalZero.com | Support | Give Feedback