Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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