XAppCaptureDiagnosticScreenshotResult
App capture screenshot and descriptive information.
Syntax
typedef struct XAppCaptureDiagnosticScreenshotResult {
size_t fileCount;
XAppCaptureScreenshotFile files[APPCAPTURE_MAX_CAPTURE_FILES];
} XAppCaptureDiagnosticScreenshotResult
Members
fileCount
Type: size_t
Size of the resulting diagnostic screenshot.
files
Type: XAppCaptureScreenshotFile[APPCAPTURE_MAX_CAPTURE_FILES]
Diagnostic screenshot.
Remarks
Output parameter for XAppCaptureTakeDiagnosticScreenshot.
XAppCaptureScreenshotFile may contain more than one screenshot. If the game is running in HDR the XAppCaptureDiagnosticScreenshotResult will contain both and HDR and SDR formatted screenshot.
Requirements
Header: XAppCapture.h
Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles
See also
GameDVR Overview
XAppCapture Members
XAppCaptureTakeDiagnosticScreenshot