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

Representa los resultados de realizar una captura de pantalla.

## Sintaxis

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

### Miembros

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

Id. local del resultado de la captura de pantalla.

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

Formatos de imagen disponibles resultantes de realizar la captura de pantalla.

## Comentarios

Información sobre la captura de pantalla resultante y sobre si están disponibles los formatos HDR y SDR, o solo el formato SDR. Usará el *localID* para acceder a la secuencia de captura de pantalla correcta al llamar a [XAppCaptureOpenScreenShotStream](/reference/system/xappcapture/functions/xappcaptureopenscreenshotstream). **XAppCaptureTakeScreenshotResult** es un parámetro de salida de [XAppCaptureTakeScreenshot](/reference/system/xappcapture/structs/xappcapturetakescreenshotresult).

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


## Related topics

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