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

存储创建匹配票证结果所需的大小（字节）。

### 返回值

类型：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](/zh-CN/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsresult.md)
- [XblMatchmakingGetHopperStatisticsAsync](/zh-CN/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggethopperstatisticsasync.md)
- [XblUserStatisticsGetMultipleUserStatisticsResultSize](/zh-CN/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetmultipleuserstatisticsresultsize.md)
- [XblUserStatisticsGetSingleUserStatisticResultSize](/zh-CN/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticresultsize.md)
- [XblUserStatisticsGetSingleUserStatisticsResultSize](/zh-CN/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticsresultsize.md)
