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

사용자 통계 쿼리의 결과를 나타냅니다.

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

사용 중인 서비스 구성 ID입니다.

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

통계의 컬렉션입니다.

*statisticsCount*\
Type: uint32\_t

**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](/ko/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsasync.md)
- [이벤트 기반 통계 가져오기](/ko/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-getting-eb-stat.md)
- [PartyXblTokenAndSignatureRequestedStateChange](/ko/services/playfab/multiplayer/networking/xblreference/structs/partyxbltokenandsignaturerequestedstatechange.md)
- [server_requested](/ko/services/playfab/api-references/events/MultiplayerServers/server-requested.md)
- [XblStatistic](/ko/reference/live/xsapi-c/user_statistics_c/structs/xblstatistic.md)
