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

包含有关用户统计信息的信息。

## 语法

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

### 成员

*statisticName*\
类型：const char\*

统计信息的名称。

*statisticType*\
类型：const char\*

统计信息的类型。

*value*\
类型：const char\*

统计信息的值。

## 成员归属

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

## 要求

**头文件：** user\_statistics\_c.h

## 另请参阅

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


## Related topics

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