XSystemRuntimeInfo
Represents information about the gaming runtime service.Syntax
Members
runtimeVersionType: 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 consolesSee also
XSystemXSystemGetRuntimeInfo
