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

# XSystemGetRuntimeInfo

> XSystemGetRuntimeInfo

# XSystemGetRuntimeInfo

Proporciona información sobre las versiones actuales y disponibles del servicio de tiempo de ejecución de juegos.

## Sintaxis

```cpp theme={null}
XSystemRuntimeInfo XSystemGetRuntimeInfo(  
);
```

### Parámetros

Ninguno.

### Valor devuelto

Tipo: [XSystemRuntimeInfo](/reference/system/xsystem/structs/xsystemruntimeinfo)

Devuelve una estructura [XSystemRuntimeInfo](/reference/system/xsystem/structs/xsystemruntimeinfo) que contiene información sobre el servicio de tiempo de ejecución de juegos.

## Comentarios

Se puede llamar a esta función antes de llamar a [XGameRuntimeInitialize](/reference/system/xgameruntimeinit/functions/xgameruntimeinitialize).

## Requisitos

**Encabezado:** XSystem.h

**Biblioteca:** xgameruntime.lib

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

## Consulte también

[XSystem](/reference/system/xsystem/xsystem_members)\
[XSystemRuntimeInfo](/reference/system/xsystem/structs/xsystemruntimeinfo)


## Related topics

- [XSystemRuntimeInfo](/es/reference/system/xsystem/structs/xsystemruntimeinfo.md)
- [XSystem](/es/reference/system/xsystem/xsystem_members.md)
- [Contenedores de API de C# de Unity para el GDK](/es/build/gdk-and-engines/unity/unity-api-wrappers.md)
- [XSystemGetAnalyticsInfo](/es/reference/system/xsystem/functions/xsystemgetanalyticsinfo.md)
- [XVersion](/es/reference/system/xgameruntimetypes/structs/xversion.md)
