Skip to main content
Retrieves the Device Removed Extended Data (DRED) page fault data, including matching allocation for both living and recently-deleted runtime objects. The object whose address is passed receives the data.

Syntax

Parameters

pOutput
Type: D3D12_DRED_PAGE_FAULT_OUTPUT *
An output parameter that takes the address of a D3D12_DRED_PAGE_FAULT_OUTPUT object.

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 page fault reporting has not been enabled with ID3D12DeviceRemovedExtendedDataSettings::SetPageFaultEnablement.

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