> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XSystemGetRuntimeInfo

> XSystemGetRuntimeInfo

# XSystemGetRuntimeInfo

ゲーム ランタイム サービスの現在および利用可能なバージョンに関する情報を提供します。

## Syntax

```cpp theme={null}
XSystemRuntimeInfo XSystemGetRuntimeInfo(  
);
```

### Parameters

なし。

### Return value

型: [XSystemRuntimeInfo](/reference/system/xsystem/structs/xsystemruntimeinfo)

ゲーム ランタイム サービスに関する情報を含む [XSystemRuntimeInfo](/reference/system/xsystem/structs/xsystemruntimeinfo) 構造体を返します。

## Remarks

この関数は [XGameRuntimeInitialize](/reference/system/xgameruntimeinit/functions/xgameruntimeinitialize) を呼び出す前に呼び出すことができます。

## Requirements

**ヘッダー:** XSystem.h

**ライブラリ:** xgameruntime.lib

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

## See also

[XSystem](/reference/system/xsystem/xsystem_members)\
[XSystemRuntimeInfo](/reference/system/xsystem/structs/xsystemruntimeinfo)


## Related topics

- [XSystemRuntimeInfo](/ja-jp/reference/system/xsystem/structs/xsystemruntimeinfo.md)
- [XSystem](/ja-jp/reference/system/xsystem/xsystem_members.md)
- [GDK 向け Unity C# API ラッパー](/ja-jp/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XSystemGetAnalyticsInfo](/ja-jp/reference/system/xsystem/functions/xsystemgetanalyticsinfo.md)
- [XVersion](/ja-jp/reference/system/xgameruntimetypes/structs/xversion.md)
