XblMatchmakingGetMatchTicketDetailsAsync
从服务器检索匹配票证的属性。
语法
HRESULT XblMatchmakingGetMatchTicketDetailsAsync(
XblContextHandle xboxLiveContext,
const char* serviceConfigurationId,
const char* hopperName,
const char* ticketId,
XAsyncBlock* asyncBlock
)
参数
xboxLiveContext _In_
类型:XblContextHandle
本地用户的 Xbox Live 上下文。
serviceConfigurationId _In_
类型:char*
游戏的服务配置 ID (SCID)。 因为将 SCID 视为区分大小写,所以可直接从合作伙伴中心粘贴它。
hopperName _In_
类型:char*
匹配票证所在的漏斗的名称。
ticketId _In_
类型:char*
要检索的匹配票证的票证 ID。
asyncBlock _In_
类型:XAsyncBlock*
此操作的 AsyncBlock。
返回值
类型:HRESULT
此 API 操作的 HRESULT 返回代码。
REST 调用
调用 V103 GET /serviceconfigs/{serviceConfigId}/hoppers/{hopperName}/tickets/{ticketId}
要求
头文件:matchmaking_c.h
图书馆: Microsoft.Xbox.Services.14x.GDK.C.lib