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

Represents the results of a user statistic query.

## Syntax

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

### Members

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

The service configuration ID in use.

*statistics*\
Type: const char\*\*

A collection of statistics.

*statisticsCount*\
Type: uint32\_t

The size of **statistics**.

## Argument of

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

## Requirements

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

## See also

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


## Related topics

- [XblUserStatisticsGetMultipleUserStatisticsForMultipleServiceConfigurationsAsync](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsasync.md)
- [Getting event-based stats](/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-getting-eb-stat.md)
- [XblHopperStatisticsResponse](/reference/live/xsapi-c/matchmaking_c/structs/xblhopperstatisticsresponse.md)
- [XblUserStatisticsGetSingleUserStatisticsAsync](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticsasync.md)
- [XNetworkingQueryStatistics](/reference/networking/xnetworking/functions/xnetworkingquerystatistics.md)
