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

# XblStatistic

> XblStatistic

# XblStatistic

Contiene información sobre una estadística de usuario.

## Sintaxis

```cpp theme={null}
typedef struct XblStatistic {  
    const char* statisticName;  
    const char* statisticType;  
    const char* value;  
} XblStatistic  
```

### Miembros

*statisticName*\
Tipo: const char\*

El nombre de la estadística.

*statisticType*\
Tipo: const char\*

El tipo de la estadística.

*value*\
Tipo: const char\*

El valor de la estadística.

## Miembro de

[XblServiceConfigurationStatistic](/reference/live/xsapi-c/user_statistics_c/structs/xblserviceconfigurationstatistic)\
[XblStatisticChangeEventArgs](/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs)

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

- [XblStatisticChangeEventArgs](/es/reference/live/xsapi-c/user_statistics_c/structs/xblstatisticchangeeventargs.md)
- [XblServiceConfigurationStatistic](/es/reference/live/xsapi-c/user_statistics_c/structs/xblserviceconfigurationstatistic.md)
- [XblStatisticChangedHandler](/es/reference/live/xsapi-c/user_statistics_c/functions/xblstatisticchangedhandler.md)
- [XblUserStatisticsTrackStatistics](/es/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticstrackstatistics.md)
- [XblRequestedStatistics](/es/reference/live/xsapi-c/user_statistics_c/structs/xblrequestedstatistics.md)
