XblCreateMatchTicketResponse
Contains information about server response to a create match ticket request.
Syntax
typedef struct XblCreateMatchTicketResponse {
char matchTicketId[XBL_SCID_LENGTH];
int64_t estimatedWaitTime;
} XblCreateMatchTicketResponse
Members
matchTicketId
Type: char[XBL_SCID_LENGTH]
Ticket ID of a match request.
estimatedWaitTime
Type: int64_t
Estimated wait time for a match request to be matched with other players.
Requirements
Header: matchmaking_c.h