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

表示用户统计信息查询的结果。

## 语法

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

### 成员

*serviceConfigurationId*\
类型：char\[XBL\_SCID\_LENGTH]

正在使用的服务配置 ID。

*statistics*\
类型：const char\*\*

统计信息集合。

*statisticsCount*\
类型：uint32\_t

**statistics** 的大小。

## 参数属于

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

## 要求

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

## 另请参阅

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


## Related topics

- [XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync](/zh-CN/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsasync.md)
- [获取基于事件的统计信息](/zh-CN/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-getting-eb-stat.md)
- [PartyXblTokenAndSignatureRequestedStateChange](/zh-CN/services/playfab/multiplayer/networking/xblreference/structs/partyxbltokenandsignaturerequestedstatechange.md)
- [server_requested](/zh-CN/services/playfab/api-references/events/MultiplayerServers/server-requested.md)
- [XblStatistic](/zh-CN/reference/live/xsapi-c/user_statistics_c/structs/xblstatistic.md)
