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

# XblRequestedStatistics

> XblRequestedStatistics

# XblRequestedStatistics

Representa los resultados de una consulta de estadísticas de usuario.

## Sintaxis

```cpp theme={null}
typedef struct XblRequestedStatistics {  
    char serviceConfigurationId[XBL_SCID_LENGTH];  
    const char** statistics;  
    uint32_t statisticsCount;  
} XblRequestedStatistics  
```

### Miembros

*serviceConfigurationId*\
Tipo: char\[XBL\_SCID\_LENGTH]

El identificador de configuración de servicio en uso.

*statistics*\
Tipo: const char\*\*

Una colección de estadísticas.

*statisticsCount*\
Tipo: uint32\_t

El tamaño de **statistics**.

## Argumento de

[XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsasync)

## Requisitos

**Encabezado:** user\_statistics\_c.h

## Consulte también

[user\_statistics\_c](/reference/live/xsapi-c/user_statistics_c/user_statistics_c_members)


## Related topics

- [XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsasync.md)
- [Obtención de estadísticas basadas en eventos](/es/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-getting-eb-stat.md)
- [PartyXblTokenAndSignatureRequestedStateChange](/es/services/playfab/multiplayer/networking/xblreference/structs/partyxbltokenandsignaturerequestedstatechange.md)
- [server_requested](/es/services/playfab/api-references/events/MultiplayerServers/server-requested.md)
- [XblStatistic](/es/reference/live/xsapi-c/user_statistics_c/structs/xblstatistic.md)
