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

Captura de pantalla de la aplicación e información descriptiva.

## Sintaxis

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

### Miembros

*fileCount*\
Tipo: size\_t

Tamaño de la captura de pantalla de diagnóstico resultante.

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

Captura de pantalla de diagnóstico.

## Comentarios

Parámetro de salida de [XAppCaptureTakeDiagnosticScreenshot](/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot).\
XAppCaptureScreenshotFile puede contener más de una captura de pantalla. Si el juego se está ejecutando en HDR, XAppCaptureDiagnosticScreenshotResult contendrá una captura de pantalla con formato HDR y otra con formato SDR.

## Requisitos

**Encabezado:** XAppCapture.h

**Plataformas compatibles:** Windows, consolas de la familia XBOX One y consolas XBOX Series

## Consulte también

[Información general de GameDVR](/build/console-features/game-dvr/gamedvr-broadcast)\
[Miembros de XAppCapture](/reference/system/xappcapture/xappcapture_members)\
[XAppCaptureTakeDiagnosticScreenshot](/reference/system/xappcapture/functions/xappcapturetakediagnosticscreenshot)


## Related topics

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