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

# XblStatisticChangeEventArgs

> XblStatisticChangeEventArgs

# XblStatisticChangeEventArgs

Contiene información sobre un cambio en una estadística suscrita.

## Sintaxis

```cpp theme={null}
typedef struct XblStatisticChangeEventArgs {  
    uint64_t xboxUserId;  
    char serviceConfigurationId[XBL_SCID_LENGTH];  
    XblStatistic latestStatistic;  
} XblStatisticChangeEventArgs  
```

### Miembros

*xboxUserId*\
Tipo: uint64\_t

El identificador de usuario de XBOX usado para crear la suscripción.

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

El identificador de configuración de servicio usado para crear la suscripción.

*latestStatistic*\
Tipo: [XblStatistic](/reference/live/xsapi-c/user_statistics_c/structs/xblstatistic)

La estadística con un valor actualizado.

## Argumento de

[XblStatisticChangedHandler](/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler)

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

- [XblStatistic](/es/reference/live/xsapi-c/user_statistics_c/structs/xblstatistic.md)
- [XblStatisticChangedHandler](/es/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler.md)
- [XblUserStatisticsAddStatisticChangedHandler](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsaddstatisticchangedhandler.md)
- [Control de un cambio de estadística basada en eventos](/es/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-handling-eb-stat-change.md)
- [Programación del servicio RTA](/es/services/xbox-services/fundamentals/rta/how-to/live-programming-rta.md)
