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

# XGameStreamingUninitialize

> XGameStreamingUninitialize

# XGameStreamingUninitialize

Game Streaming API の初期化を解除します。

## Syntax

```cpp theme={null}
void XGameStreamingUninitialize(  
)  
```

### Parameters

なし

### Return value

型: void

## Remarks

<Note>この関数は、時間制約のあるスレッドで呼び出すには安全ではありません。詳細については、[時間制約のあるスレッド](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)を参照してください。</Note>

この API を呼び出した後は、他の XGameStreaming API を使用できなくなります。それらの API は `E_GAMESTREAMING_NOT_INITIALIZED` エラーを返します。

## Requirements

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

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

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

## Conceptual documentation

* [時間制約のあるスレッド](https://learn.microsoft.com/gaming/gdk/docs/gdk-dev/console-dev/overviews/threads/time-sensitive-threads)

## See also

[XGameStreamingInitialize](/reference/system/xgamestreaming/functions/xgamestreaminginitialize)\
[XGameStreaming](/reference/system/xgamestreaming/xgamestreaming_members)


## Related topics

- [XGameStreamingInitialize](/ja-jp/reference/system/xgamestreaming/functions/xgamestreaminginitialize.md)
- [XGameStreaming](/ja-jp/reference/system/xgamestreaming/xgamestreaming_members.md)
- [GDK 向け Unity C# API ラッパー](/ja-jp/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XGameRuntimeUninitialize](/ja-jp/reference/system/xgameruntimeinit/functions/xgameruntimeuninitialize.md)
- [XInputOnGameInputUninitialize](/ja-jp/reference/input/xinputongameinput/functions/xinputongameinputuninitialize.md)
