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

# XblHopperStatisticsResponse

> XblHopperStatisticsResponse

# XblHopperStatisticsResponse

ホッパー統計情報リクエストに対するサーバーの応答を表します。

## 構文

```cpp theme={null}
typedef struct XblHopperStatisticsResponse {  
    char* hopperName;  
    int64_t estimatedWaitTime;  
    uint32_t playersWaitingToMatch;  
} XblHopperStatisticsResponse  
```

### メンバー

*hopperName*\
型: char\*

マッチがリクエストされたホッパーの名前。

*estimatedWaitTime*\
型: int64\_t

マッチ リクエストが他のプレイヤーとマッチングされるまでの推定待機時間。

*playersWaitingToMatch*\
型: uint32\_t

ホッパー内でマッチング待ちのプレイヤー数。

## 要件

**ヘッダー:** matchmaking\_c.h

## 関連項目

[matchmaking\_c](/reference/live/xsapi-c/matchmaking_c/matchmaking_c_members)


## Related topics

- [XblMatchmakingGetHopperStatisticsResult](/ja-jp/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresult.md)
- [XblMatchmakingGetHopperStatisticsAsync](/ja-jp/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsasync.md)
- [XblMatchmakingGetHopperStatisticsResultSize](/ja-jp/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresultsize.md)
- [PFStatisticsUpdateStatisticsResponse](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsupdatestatisticsresponse.md)
- [PFStatisticsDeleteStatisticsResponse](/ja-jp/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsdeletestatisticsresponse.md)
