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

# XtfShutdownTitleOS

> XtfShutdownTitleOS

# XtfShutdownTitleOS

アクティブなタイトルと Game OS をシャットダウンします。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
HRESULT XXtfShutdownTitleOS(
         PCWSTR address
)  
```

<a id="parametersSection" />

### パラメーター

*address*<br />型: PCWSTR

\[in] 本体のアドレスです。

<a id="retvalSection" />

### 戻り値

型: HRESULT

成功した場合は `S_OK` を返します。それ以外の場合は HRESULT エラー コードを返します。

<a id="remarksSection" />

## 解説

この関数は、アクティブなタイトルと Game OS の両方をシャットダウンします。 [IXtfApplicationClient::Terminate](/reference/tools/xtf/xtfapplication/classes/IXtfApplicationClient/methods/terminate-ixtfapplicationclient-xtfapplication-xbox-microsoft-m) メソッドとは異なり、この関数は Fast Iteration Mode を無視して、アクティブなタイトルと Game OS の両方を完全に終了します。 Fast Iteration Mode の詳細については、[アプリケーション管理 (xbapp.exe) (NDA トピック)](/tools/tools-console/commandlinetools/xbapp) および [アプリケーションとファイルの管理 (NDA トピック)](/tools/tools-console/xbom/manager-tool-managing-applications) を参照してください。

<a id="requirementsSection" />

## 要件

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

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

**サポートされているプラットフォーム:** Windows (XBOX 本体ツール用)

<a id="seealsoSection" />

## 関連項目

[PC からのデプロイ実行 (NDA トピック)](/home/setup-install/concepts/deployment)<br />[XTF トランスポート エラー (NDA トピック)](/tools/tools-console/commandlinetools/xtf-transport-errors)<br />[その他の Xtf API](/reference/tools/xtf/xtfapi/atoc-xtfapi)


## Related topics

- [IXtfConsoleControlClient::ShutdownConsole](/ja-jp/reference/tools/xtf/xtfconsolecontrol/interfaces/IXtfConsoleControlClient/methods/ixtfconsolecontrolclient_shutdownconsole.md)
- [XtfCacheTitleOS](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfcachetitleos-xtfapi-xbox-windows-m.md)
- [XtfStartTitleOS](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfstarttitleos-xtfapi-xbox-windows-m.md)
- [XtfRemoveTitleOSFromCache](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfremovetitleosfromcache-xtfapi-xbox-windows-m.md)
- [XtfStartTitleOSByVersion](/ja-jp/reference/tools/xtf/xtfapi/functions/xtfstarttitleosbyversion-xtfapi-xbox-windows-m.md)
