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 STATUS_INVALID_PARAMETER.

Return Value

Returns TRUE if successful. Returns FALSE if unsuccessful.

Requirements

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