XblHopperStatisticsResponse
表示服务器对漏斗统计信息请求的响应。
语法
typedef struct XblHopperStatisticsResponse {
char* hopperName;
int64_t estimatedWaitTime;
uint32_t playersWaitingToMatch;
} XblHopperStatisticsResponse
成员
hopperName
类型:char*
请求匹配的料斗名称。
estimatedWaitTime
类型:int64_t
匹配请求与其他玩家匹配的估计等待时间。
playersWaitingToMatch
类型:uint32_t
漏斗中等待匹配的玩家数。
要求
头文件:matchmaking_c.h