XSystemRuntimeInfo

Represents information about the gaming runtime service.

Syntax

struct XSystemRuntimeInfo
{
    XVersion runtimeVersion;
    XVersion availableVersion;
};

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