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

表示服务器对 hopper 统计信息请求的响应。

## 语法

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

### 成员

*hopperName*\
类型：char\*

请求匹配的 hopper 的名称。

*estimatedWaitTime*\
类型：int64\_t

匹配请求与其他玩家匹配的估计等待时间。

*playersWaitingToMatch*\
类型：uint32\_t

hopper 中等待匹配的玩家数量。

## 要求

**头文件：** matchmaking\_c.h

## 另请参阅

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


## Related topics

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