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

# D3D12_DEVICE_REMOVED_EXTENDED_DATA1

> Device Removed Extended Data (DRED) バージョン 1.1 のデータを表します。

Device Removed Extended Data (DRED) バージョン 1.1 のデバイス削除データを表し、デバッガーとデバッガー拡張機能が DRED データにアクセスできるようにします。[D3D12\_VERSIONED\_DEVICE\_REMOVED\_EXTENDED\_DATA](/reference/graphics/d3d12/structs/d3d12_versioned_device_removed_extended_data_public) も参照してください。

この構造体はどのインターフェイス メソッドでも使用されず、ランタイム API アクセスを提供しません。

## 構文

```cpp theme={null}
typedef struct D3D12_DEVICE_REMOVED_EXTENDED_DATA1
{
    UNKNOWN_TYPE DeviceRemovedReason;
    UNKNOWN_TYPE AutoBreadcrumbsOutput;
    D3D12_AUTO_BREADCRUMB_NODE  pHeadAutoBreadcrumbNode;
    UNKNOWN_TYPE PageFaultOutput;
} D3D12_DEVICE_REMOVED_EXTENDED_DATA1
```

### メンバー

*DeviceRemovedReason*\
デバイスが削除された理由を含む [HRESULT](https://learn.microsoft.com/en-us/windows/desktop/com/structure-of-com-error-codes) ([GetDeviceRemovedReason](/reference/graphics/d3d12/interfaces/id3d12device/methods/id3d12device_getdeviceremovedreason_public) の戻り値と一致します)。[COM エラー コード (UI、Audio、DirectX、Codec)](https://learn.microsoft.com/en-us/windows/desktop/com/com-error-codes-10) も参照してください。

*AutoBreadcrumbsOutput*\
デバイス削除前の自動ブレッドクラム状態を含む [D3D12\_DRED\_AUTO\_BREADCRUMBS\_OUTPUT](/reference/graphics/d3d12/structs/d3d12_auto_breadcrumb_node_public) 値。

*pHeadAutoBreadcrumbNode*\
型: D3D12\_AUTO\_BREADCRUMB\_NODE \*

返される自動ブレッドクラム オブジェクトを表す [D3D12\_AUTO\_BREADCRUMB\_NODE](/reference/graphics/d3d12/structs/d3d12_auto_breadcrumb_node_public) へのポインター型の出力パラメーター。これは自動ブレッドクラム ノード オブジェクトのリンク リストの先頭へのポインターです。リンク リスト内のすべてのノードは、デバイス削除イベント発生時に GPU で潜在的に不完全なコマンド リスト実行を表します。

*PageFaultOutput*\
デバイスの削除が GPU ページ フォールトの結果であった場合のページ フォールト データを含む [D3D12\_DRED\_PAGE\_FAULT\_OUTPUT](/reference/graphics/d3d12/structs/d3d12_auto_breadcrumb_node_public) 値。

## 要件

**ヘッダー:** d3d12\_xs.h または d3d12\_x.h\
**ライブラリ:** d3d12\_xs.lib または d3d12\_x.lib\
**サポートされるプラットフォーム**: XBOX Series 本体および XBOX One ファミリ

## 関連項目

* [コア構造体](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/direct3d-12-structures)
* [D3D12\_VERSIONED\_DEVICE\_REMOVED\_EXTENDED\_DATA](/reference/graphics/d3d12/structs/d3d12_versioned_device_removed_extended_data_public)
* [DRED を使用して GPU の障害を診断する](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/use-dred)


## Related topics

- [D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA](/ja-jp/reference/graphics/d3d12/structs/d3d12_versioned_device_removed_extended_data_public.md)
- [D3D12_DEVICE_REMOVED_EXTENDED_DATA](/ja-jp/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data_public.md)
- [ID3D12DeviceRemovedExtendedData](/ja-jp/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddata/id3d12deviceremovedextendeddata_public.md)
- [ID3D12DeviceRemovedExtendedDataSettings](/ja-jp/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddatasettings/id3d12deviceremovedextendeddatasettings_public.md)
- [D3D12_DRED_VERSION](/ja-jp/reference/graphics/d3d12/enums/d3d12_dred_version_public.md)
