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

アプリ キャプチャのスクリーンショットとその説明情報。

## Syntax

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

### Members

*fileCount*\
型: size\_t

結果として得られる診断スクリーンショットのサイズ。

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

診断スクリーンショット。

## Remarks

[XAppCaptureTakeDiagnosticScreenshot](/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot) の出力パラメーター。\
XAppCaptureScreenshotFile には複数のスクリーンショットが含まれる場合があります。ゲームが HDR で実行されている場合、XAppCaptureDiagnosticScreenshotResult には HDR と SDR の両方の形式のスクリーンショットが含まれます。

## Requirements

**ヘッダー:** XAppCapture.h

**サポートされているプラットフォーム:** Windows、XBOX One ファミリー本体および XBOX Series 本体

## See also

[GameDVR Overview](/build/console-features/game-dvr/gamedvr-broadcast)\
[XAppCapture Members](/reference/system/xappcapture/xappcapture_members)\
[XAppCaptureTakeDiagnosticScreenshot](/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot)


## Related topics

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