XblMatchmakingGetHopperStatisticsAsync
获取有关漏斗的统计信息,例如其中有多少玩家。
语法
HRESULT XblMatchmakingGetHopperStatisticsAsync(
XblContextHandle xboxLiveContext,
const char* serviceConfigurationId,
const char* hopperName,
XAsyncBlock* asyncBlock
)
参数
xboxLiveContext _In_
类型:XblContextHandle
本地用户的 Xbox Live 上下文。
serviceConfigurationId _In_
类型:char*
游戏的服务配置 ID (SCID)。 因为将 SCID 视为区分大小写,所以可直接从合作伙伴中心粘贴它。
hopperName _In_
类型:char*
要查询统计信息的漏斗的名称。
asyncBlock _In_
类型:XAsyncBlock*
此操作的 AsyncBlock。
返回值
类型:HRESULT
此 API 操作的 HRESULT 返回代码。
REST 调用
调用 V103 GET /serviceconfigs/{serviceConfigId}/hoppers/{hopperName}/stats
要求
头文件:matchmaking_c.h
图书馆: Microsoft.Xbox.Services.14x.GDK.C.lib