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

호퍼 통계 요청에 대한 서버 응답을 나타냅니다.

## Syntax

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

### Members

*hopperName*\
Type: char\*

일치가 요청된 호퍼의 이름입니다.

*estimatedWaitTime*\
Type: int64\_t

일치 요청이 다른 플레이어와 매칭되기까지의 예상 대기 시간입니다.

*playersWaitingToMatch*\
Type: uint32\_t

호퍼에서 매칭을 기다리고 있는 플레이어 수입니다.

## Requirements

**Header:** matchmaking\_c.h

## See also

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


## Related topics

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