> ## 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](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsformultipleserviceconfigurationsasync.md)
- [イベントベース統計の取得](/ja-jp/services/xbox-services/player-data/stats-leaderboards/event-based/how-to/live-getting-eb-stat.md)
- [PartyXblTokenAndSignatureRequestedStateChange](/ja-jp/services/playfab/multiplayer/networking/xblreference/structs/partyxbltokenandsignaturerequestedstatechange.md)
- [server_requested](/ja-jp/services/playfab/api-references/events/MultiplayerServers/server-requested.md)
- [XblStatistic](/ja-jp/reference/live/xsapi-c/user_statistics_c/structs/xblstatistic.md)
