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

# GetAutoBreadcrumbsOutput

> 디바이스 제거 후 Device Removed Extended Data(DRED) 자동 이동 경로 출력을 검색합니다.

디바이스 제거 후 Device Removed Extended Data(DRED) 자동 이동 경로 출력을 검색합니다.

## 구문

```cpp theme={null}
HRESULT GetAutoBreadcrumbsOutput(
    D3D12_DRED_AUTO_BREADCRUMBS_OUTPUT  pOutput
)
```

### 매개 변수

*pOutput*\
형식: D3D12\_DRED\_AUTO\_BREADCRUMBS\_OUTPUT \*

[D3D12\_DRED\_AUTO\_BREADCRUMBS\_OUTPUT](/reference/graphics/d3d12/structs/d3d12_dred_auto_breadcrumbs_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::SetAutoBreadcrumbsEnablement](/reference/graphics/d3d12/interfaces/id3d12deviceremovedextendeddatasettings/methods/id3d12deviceremovedextendeddatasettings_setautobreadcrumbsenablement_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_AUTO_BREADCRUMBS_OUTPUT](/ko/reference/graphics/d3d12/structs/d3d12_dred_auto_breadcrumbs_output_public.md)
- [D3D12_AUTO_BREADCRUMB_OP](/ko/reference/graphics/d3d12/enums/d3d12_auto_breadcrumb_op_public.md)
- [D3D12_DEVICE_REMOVED_EXTENDED_DATA1](/ko/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data1_public.md)
- [D3D12_AUTO_BREADCRUMB_NODE](/ko/reference/graphics/d3d12/structs/d3d12_auto_breadcrumb_node_public.md)
- [D3D12_DEVICE_REMOVED_EXTENDED_DATA](/ko/reference/graphics/d3d12/structs/d3d12_device_removed_extended_data_public.md)
