Skip to main content
Retrieves the Device Removed Extended Data (DRED) auto-breadcrumbs output after device removal.

Syntax

Parameters

pOutput
Type: D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT *
An output parameter that takes the address of a D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT object. The object whose address is passed receives the data.

Return value

Type: HRESULT If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. Returns DXGI_ERROR_NOT_CURRENTLY_AVAILABLE if the device is not in a removed state. Returns DXGI_ERROR_UNSUPPORTED if auto-breadcrumbs have not been enabled with ID3D12DeviceRemovedExtendedDataSettings::SetAutoBreadcrumbsEnablement.

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

Last modified on August 20, 2026