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

# XAppCaptureDiagnosticScreenshotResult

> XAppCaptureDiagnosticScreenshotResult

# XAppCaptureDiagnosticScreenshotResult

앱 캡처 스크린샷 및 설명 정보입니다.

## 구문

```cpp theme={null}
typedef struct XAppCaptureDiagnosticScreenshotResult {  
    size_t fileCount;  
    XAppCaptureScreenshotFile files[APPCAPTURE_MAX_CAPTURE_FILES];  
} XAppCaptureDiagnosticScreenshotResult  
```

### 멤버

*fileCount*\
형식: size\_t

결과 진단 스크린샷의 크기입니다.

*files*\
형식: [XAppCaptureScreenshotFile](/reference/system/xappcapture/structs/xappcapturescreenshotfile)\[APPCAPTURE\_MAX\_CAPTURE\_FILES]

진단 스크린샷입니다.

## 설명

[XAppCaptureTakeDiagnosticScreenshot](/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot)의 출력 매개 변수입니다.\
XAppCaptureScreenshotFile에는 두 개 이상의 스크린샷이 포함될 수 있습니다. 게임이 HDR로 실행 중이면 XAppCaptureDiagnosticScreenshotResult에 HDR 및 SDR 형식의 스크린샷이 모두 포함됩니다.

## 요구 사항

**헤더:** XAppCapture.h

**지원되는 플랫폼:** Windows, XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 함께 보기

[GameDVR 개요](/build/console-features/game-dvr/gamedvr-broadcast)\
[XAppCapture 멤버](/reference/system/xappcapture/xappcapture_members)\
[XAppCaptureTakeDiagnosticScreenshot](/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot)


## Related topics

- [XAppCaptureTakeDiagnosticScreenshot](/ko/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot.md)
- [XAppCaptureScreenshotFile](/ko/reference/system/xappcapture/structs/xappcapturescreenshotfile.md)
- [XAppCapture](/ko/reference/system/xappcapture/xappcapture_members.md)
- [XAppCaptureTakeScreenshotResult](/ko/reference/system/xappcapture/structs/xappcapturetakescreenshotresult.md)
- [XAppCaptureScreenshotFormatFlag](/ko/reference/system/xappcapture/enums/xappcapturescreenshotformatflag.md)
