> ## 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 呼び出しの結果サイズを取得します。

## 構文

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

### パラメーター

*asyncBlock*   \_In\_\
型: XAsyncBlock\*

この操作の AsyncBlock。

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

Create Match Ticket の結果を格納するために必要なバイト単位のサイズ。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻り値コード。

## 要件

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

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

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