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

> Represents Device Removed Extended Data (DRED) version 1.0 data.

<Note>
  As of Windows 10, version 1903, **D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA** is deprecated, and it may not be available in future versions of Windows. Use [**D3D12\_DEVICE\_REMOVED\_EXTENDED\_DATA1**](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public), instead.
</Note>

Represents Device Removed Extended Data (DRED) version 1.0 data.

## Syntax

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

### Members

*Flags*\
Type: D3D12\_DRED\_FLAGS

An input parameter of type [D3D12\_DRED\_FLAGS](/reference/graphics/d3d12/enums/d3d12_dred_flags_public), specifying control flags for the Direct3D runtime.

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

An output parameter of type pointer to [D3D12\_AUTO\_BREADCRUMB\_NODE](/reference/graphics/d3d12/structs/d3d12_auto_breadcrumb_node_public) representing the returned auto-breadcrumb object(s). This is a pointer to the head of a linked list of auto-breadcrumb objects. All of the nodes in the linked list represent potentially incomplete command list execution on the GPU at the time of the device-removal event.

## Requirements

**Header:** d3d12\_xs.h or d3d12\_x.h\
**Library:** d3d12\_xs.lib or d3d12\_x.lib\
**Supported Platforms**: XBOX Series consoles and XBOX One family

## See Also

* [Core structures](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/direct3d-12-structures)
* [Use DRED to diagnose GPU faults](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/use-dred)


## Related topics

- [D3D12_VERSIONED_DEVICE_REMOVED_EXTENDED_DATA](/reference/graphics/d3d12/structs/d3d12_versioned_device_removed_extended_data_public.md)
- [D3D12_DRED_FLAGS](/reference/graphics/d3d12/enums/d3d12_dred_flags_public.md)
- [D3D12_DEVICE_REMOVED_EXTENDED_DATA1](/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public.md)
- [ID3D12DeviceRemovedExtendedData](/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddata/id3d12deviceremovedextendeddata_public.md)
- [ID3D12DeviceRemovedExtendedDataSettings](/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddatasettings/id3d12deviceremovedextendeddatasettings_public.md)
