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

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

<Note>
  Windows 10 バージョン 1903 以降、**D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA** は非推奨となり、Windows の将来のバージョンでは使用できない可能性があります。代わりに [**D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA1**](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public) を使用してください。
</Note>

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

## 構文

```cpp theme={null}
typedef struct D3D12_DEVICE_REMOVED_EXTENDED_DATA
{
    D3D12_DRED_FLAGS Flags;
    D3D12_AUTO_BREADCRUMB_NODE  pHeadAutoBreadcrumbNode;
} D3D12_DEVICE_REMOVED_EXTENDED_DATA
```

### メンバー

*Flags*\
型: D3D12\_DRED\_FLAGS

Direct3D ランタイムの制御フラグを指定する [D3D12\_DRED\_FLAGS](/reference/graphics/d3d12/enums/d3d12_dred_flags_public) 型の入力パラメーター。

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

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

## 要件

**ヘッダー:** 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)
* [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_DRED_FLAGS](/ja-jp/reference/graphics/d3d12/enums/d3d12_dred_flags_public.md)
- [D3D12_DEVICE_REMOVED_EXTENDED_DATA1](/ja-jp/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public.md)
- [ID3D12DeviceRemovedExtendedData](/ja-jp/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddata/id3d12deviceremovedextendeddata_public.md)
- [ID3D12DeviceRemovedExtendedDataSettings](/ja-jp/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddatasettings/id3d12deviceremovedextendeddatasettings_public.md)
