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

# XblMatchmakingGetHopperStatisticsResultSize

> XblMatchmakingGetHopperStatisticsResultSize

# XblMatchmakingGetHopperStatisticsResultSize

XblMatchmakingGetHopperStatisticsAsync 호출의 결과 크기를 가져옵니다.

## Syntax

```cpp theme={null}
HRESULT XblMatchmakingGetHopperStatisticsResultSize(  
         XAsyncBlock* asyncBlock,  
         size_t* resultSizeInBytes  
)  
```

### Parameters

*asyncBlock*   \_In\_\
Type: XAsyncBlock\*

이 작업의 AsyncBlock입니다.

*resultSizeInBytes*   \_Out\_\
Type: size\_t\*

일치 티켓 생성 결과를 저장하는 데 필요한 크기(바이트)입니다.

### Return value

Type: HRESULT

이 API 작업의 HRESULT 반환 코드입니다.

## Requirements

**Header:** matchmaking\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 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)
- [XblUserStatisticsGetMultipleUserStatisticsResultSize](/ko/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsresultsize.md)
- [XblUserStatisticsGetSingleUserStatisticResultSize](/ko/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticresultsize.md)
- [XblUserStatisticsGetSingleUserStatisticsResultSize](/ko/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticsresultsize.md)
