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

# XAppCaptureScreenshotFile

> XAppCaptureScreenshotFile

# XAppCaptureScreenshotFile

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

## 구문

```cpp theme={null}
typedef struct XAppCaptureScreenshotFile {  
    char path[MAX_PATH];  
    size_t fileSize;  
    uint32_t width;  
    uint32_t height;  
} XAppCaptureScreenshotFile  
```

### 멤버

*path*\
형식: char\[MAX\_PATH]

캡처된 스크린샷의 경로입니다.

*fileSize*\
형식: size\_t

캡처된 스크린샷의 크기(바이트)입니다.

*width*\
형식: uint32\_t

캡처된 스크린샷의 너비(픽셀)입니다.

*height*\
형식: uint32\_t

캡처된 스크린샷의 높이(픽셀)입니다.

## 설명

이 스크린샷 파일은 [XAppCaptureTakeDiagnosticScreenshot](/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot) 함수로 촬영한 진단 스크린샷을 나타냅니다. 진단 스크린샷은 게임과 동일한 파티션에 저장되므로 스크린샷 스트림을 열지 않고 *path* 매개 변수를 사용하여 접근할 수 있습니다. 이 구조체는 [XAppCaptureDiagnosticScreenshotResult](/reference/system/xappcapture/structs/xappcapturediagnosticscreenshotresult)의 멤버입니다.

## 요구 사항

**헤더:** XAppCapture.h

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

## 함께 보기

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


## Related topics

- [XAppCaptureDiagnosticScreenshotResult](/ko/reference/system/xappcapture/structs/xappcapturediagnosticscreenshotresult.md)
- [XAppCaptureTakeDiagnosticScreenshot](/ko/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot.md)
- [XAppCapture](/ko/reference/system/xappcapture/xappcapture_members.md)
- [XAppCaptureTakeScreenshot](/ko/reference/system/xappcapture/functions/xappcapturetakescreenshot.md)
- [XAppCaptureScreenshotStream](/ko/reference/system/xappcapture/structs/xappcapturescreenshotstream.md)
