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

> バージョン管理された Device Removed Extended Data (DRED) データを表します。

バージョン管理された Device Removed Extended Data (DRED) データを表します。デバッガーやデバッガー拡張機能が DRED データにアクセスできるようにします。

## 構文

```cpp theme={null}
typedef struct D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA
{
    D3D12_DRED_VERSION Version;
    D3D12_DEVICE_REMOVED_EXTENDED_DATA Dred_1_0;
    D3D12_DEVICE_REMOVED_EXTENDED_DATA1 Dred_1_1;
} D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA
```

### メンバー

*Version*\
型: D3D12\_DRED\_VERSION

DRED のバージョンを指定する [D3D12\_DRED\_VERSION](/reference/graphics/d3d12/enums/d3d12_dred_version_public) 値。この値により、(共用体の) どの内部データ メンバーがアクティブになるかが決まります。

*Dred\_1\_0*\
型: D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA

DRED バージョン 1.0 のデータを含む [D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data_public) 値。

*Dred\_1\_1*\
型: D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA1

DRED バージョン 1.1 のデータを含む [D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA1](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_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)
* [DRED を使用して GPU 障害を診断する](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/use-dred)


## Related topics

- [D3D12_DEVICE_REMOVED_EXTENDED_DATA1](/ja-jp/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public.md)
- [D3D12_DRED_VERSION](/ja-jp/reference/graphics/d3d12/enums/d3d12_dred_version_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)
