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

# GetPageFaultAllocationOutput

> Device Removed Extended Data(DRED) 페이지 폴트 데이터를 검색합니다.

Device Removed Extended Data(DRED) 페이지 폴트 데이터를 검색하며, 현재 살아 있는 런타임 개체와 최근에 삭제된 런타임 개체 모두에 대한 일치하는 할당을 포함합니다. 주소가 전달된 객체가 데이터를 받습니다.

## 구문

```cpp theme={null}
HRESULT GetPageFaultAllocationOutput(
    D3D12_DRED_PAGE_FAULT_OUTPUT  pOutput
)
```

### 매개 변수

*pOutput*\
형식: D3D12\_DRED\_PAGE\_FAULT\_OUTPUT \*

[D3D12\_DRED\_PAGE\_FAULT\_OUTPUT](/reference/graphics/d3d12/structs/d3d12_dred_page_fault_output_public) 객체의 주소를 받는 출력 매개 변수입니다.

### 반환 값

형식: HRESULT

함수가 성공하면 **S\_OK**를 반환합니다. 그렇지 않으면 [HRESULT](https://learn.microsoft.com/en-us/windows/desktop/com/structure-of-com-error-codes) [오류 코드](https://learn.microsoft.com/en-us/windows/desktop/com/com-error-codes-10)를 반환합니다. 디바이스가 제거된 상태가 *아닌* 경우 **DXGI\_ERROR\_NOT\_CURRENTLY\_AVAILABLE**를 반환합니다. [ID3D12DeviceRemovedExtendedDataSettings::SetPageFaultEnablement](/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddatasettings/methods/id3d12deviceremovedextendeddatasettings_setpagefaultenablement_public)로 페이지 폴트 보고가 활성화되지 않은 경우 **DXGI\_ERROR\_UNSUPPORTED**를 반환합니다.

## 요구 사항

**헤더:** d3d12\_xs.h 또는 d3d12\_x.h\
**라이브러리:** d3d12\_xs.lib 또는 d3d12\_x.lib\
**지원 플랫폼**: XBOX Series 콘솔 및 XBOX One 제품군

## 함께 보기

* [ID3D12DeviceRemovedExtendedData 인터페이스](/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddata/id3d12deviceremovedextendeddata_public)
* [DRED를 사용하여 GPU 오류 진단](https://learn.microsoft.com/en-us/windows/desktop/direct3d12/use-dred)


## Related topics

- [D3D12_DRED_PAGE_FAULT_OUTPUT](/ko/reference/graphics/d3d12/structs/d3d12_dred_page_fault_output_public.md)
- [SetPageFaultEnablement](/ko/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddatasettings/methods/id3d12deviceremovedextendeddatasettings_setpagefaultenablement_public.md)
- [D3D12_DEVICE_REMOVED_EXTENDED_DATA1](/ko/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public.md)
- [GetResourceAllocationInfo](/ko/reference/graphics/d3d12/interfaces/id3d12device/methods/id3d12device_getresourceallocationinfo_public.md)
- [GetResourceAllocationInfo1 (XBOX Series 콘솔)](/ko/reference/graphics/d3d12/interfaces/id3d12device4/methods/id3d12device4_getresourceallocationinfo1_public.md)
