XblMatchTicketDetailsResponse

表示服务器对匹配票证详细信息这一请求的响应。

语法

typedef struct XblMatchTicketDetailsResponse {  
    XblTicketStatus matchStatus;  
    int64_t estimatedWaitTime;  
    XblPreserveSessionMode preserveSession;  
    XblMultiplayerSessionReference ticketSession;  
    XblMultiplayerSessionReference targetSession;  
    char* ticketAttributes;  
} XblMatchTicketDetailsResponse  

成员

matchStatus
类型:XblTicketStatus

匹配请求的状态。

estimatedWaitTime
类型:int64_t

匹配请求与其他玩家匹配的估计等待时间。

preserveSession
类型:XblPreserveSessionMode

一个枚举值,用于指定匹配是否应保留已请求匹配的会话。

ticketSession
类型:XblMultiplayerSessionReference

请求匹配的会话。

targetSession
类型:XblMultiplayerSessionReference

找到匹配请求的会话。

ticketAttributes
类型:char*

匹配请求的属性。

要求

头文件:matchmaking_c.h

另请参阅

matchmaking_c