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

# XAppCaptureTakeScreenshotResult

> XAppCaptureTakeScreenshotResult

# XAppCaptureTakeScreenshotResult

スクリーンショット取得の結果を表します。

## Syntax

```cpp theme={null}
typedef struct XAppCaptureTakeScreenshotResult {  
    char localId[APPCAPTURE_MAX_LOCALID_LENGTH];  
    XAppCaptureScreenshotFormatFlag availableScreenshotFormats;  
} XAppCaptureTakeScreenshotResult  
```

### Members

*localId*\
型: char\[APPCAPTURE\_MAX\_LOCALID\_LENGTH]

スクリーンショット結果のローカル ID。

*availableScreenshotFormats*\
型: [XAppCaptureScreenshotFormatFlag](/reference/system/xappcapture/enums/xappcapturescreenshotformatflag)

スクリーンショットの取得によって得られた利用可能な画像形式。

## Remarks

結果として得られるスクリーンショットに関する情報と、HDR と SDR の両方の形式が利用可能か、または SDR 形式のみが利用可能かどうかを示します。[XAppCaptureOpenScreenShotStream](/reference/system/xappcapture/functions/xappcaptureopenscreenshotstream) を呼び出すときに、*localID* を使用して正しいスクリーンショット ストリームにアクセスします。**XAppCaptureTakeScreenshotResult** は [XAppCaptureTakeScreenshot](/reference/system/xappcapture/structs/xappcapturetakescreenshotresult) の出力パラメーターです。

## 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)\
[XAppCaptureOpenScreenShotStream](/reference/system/xappcapture/functions/xappcaptureopenscreenshotstream)\
[XAppCaptureTakeScreenshot](/reference/system/xappcapture/structs/xappcapturetakescreenshotresult)


## Related topics

- [XAppCaptureTakeScreenshot](/ja-jp/reference/system/xappcapture/functions/xappcapturetakescreenshot.md)
- [XAppCaptureOpenScreenshotStream](/ja-jp/reference/system/xappcapture/functions/xappcaptureopenscreenshotstream.md)
- [XAppCapture](/ja-jp/reference/system/xappcapture/xappcapture_members.md)
- [XAppCaptureTakeDiagnosticScreenshot](/ja-jp/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot.md)
- [XAppCaptureDiagnosticScreenshotResult](/ja-jp/reference/system/xappcapture/structs/xappcapturediagnosticscreenshotresult.md)
