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

Represents a server response to a hopper statistics request.

## Syntax

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

### Members

*hopperName*\
Type: char\*

Name of the hopper in which a match was requested.

*estimatedWaitTime*\
Type: int64\_t

Estimated wait time for a match request to be matched with other players.

*playersWaitingToMatch*\
Type: uint32\_t

The number of players in the hopper waiting to be matched.

## Requirements

**Header:** matchmaking\_c.h

## See also

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


## Related topics

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