RtGetRuntimeVersionEx

The function RtGetRuntimeVersionEx retrieves the Runtime version of the installed RTX64 product.

Syntax

BOOL RtGetRuntimeVersionEx(
	PRT_VERSION_INFO versionInfo
);

Parameters

versionInfo

A pointer to the RT_VERSION_INFO structure that is filled in by the API. This must be allocated by the caller or the API returns ERROR_INVALID_PARAMETER.

Return Value

Returns TRUE if successful. Returns FALSE if unsuccessful.

Remarks

This function does not return the patch version or build number for most RTX64 patch updates.

Requirements

Minimum Supported Version RTX64 3.0
Header Rtapi.h
Library RtApi.lib