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

# XblMatchmakingGetHopperStatisticsResult

> XblMatchmakingGetHopperStatisticsResult

# XblMatchmakingGetHopperStatisticsResult

XblMatchmakingGetHopperStatisticsAsync 呼び出しの結果を取得します。

## 構文

```cpp theme={null}
HRESULT XblMatchmakingGetHopperStatisticsResult(  
         XAsyncBlock* asyncBlock,  
         size_t bufferSize,  
         void* buffer,  
         XblHopperStatisticsResponse** ptrToBuffer,  
         size_t* bufferUsed  
)  
```

### パラメーター

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

この操作の AsyncBlock。

*bufferSize*   \_In\_\
型: size\_t

指定されたバッファーのサイズ。必要なサイズを取得するには [XblMatchmakingGetHopperStatisticsResultSize](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresultsize) を使用します。

*buffer*   \_Out\_writes\_bytes\_to\_(bufferSize,*bufferUsed)\
型: void*

結果を書き込むための呼び出し元が割り当てたバイト バッファー。

*ptrToBuffer*   \_Outptr\_\
型: [XblHopperStatisticsResponse\*\*](/reference/live/xsapi-c/matchmaking_c/structs/xblhopperstatisticsresponse)

バッファー内を指す厳密に型指定されたポインター。これは buffer 内のポインターであり、個別に解放しないでください。

*bufferUsed*   \_Out\_opt\_\
型: size\_t\*

バッファーに書き込まれたバイト数。

### 戻り値

型: 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

- [XblMatchmakingGetHopperStatisticsResultSize](/ja-jp/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresultsize.md)
- [XblMatchmakingGetHopperStatisticsAsync](/ja-jp/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsasync.md)
- [XblUserStatisticsGetMultipleUserStatisticsResult](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsresult.md)
- [XblUserStatisticsGetSingleUserStatisticResult](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticresult.md)
- [XblUserStatisticsGetSingleUserStatisticsResult](/ja-jp/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticsresult.md)
