Skip to main content

XSystemRuntimeInfo

Represents information about the gaming runtime service.

Syntax

Members

runtimeVersion
Type: XVersion
The version of the gaming runtime service on which the game is running. If there are any errors, or the gaming runtime service isn’t installed, this version will be zeros. availableVersion
Type: XVersion
On PC, if availableVersion is different from the runtimeVersion, this means that a gaming runtime service is available and it has version of availableVersion. On console, this will be the same as runtimeVersion.

Remarks

This structure is returned when XSystemGetRuntimeInfo is called.

Requirements

Header: XSystem.h Supported platforms: Windows, XBOX One family consoles and XBOX Series consoles

See also

XSystem
XSystemGetRuntimeInfo
Last modified on August 20, 2026