> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblCreateMatchTicketResponse

> XblCreateMatchTicketResponse

# XblCreateMatchTicketResponse

Contains information about server response to a create match ticket request.

## Syntax

```cpp theme={null}
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

## See also

[matchmaking\_c](/reference/live/xsapi-c/matchmaking_c/matchmaking_c_members)


## Related topics

- [XblMatchmakingCreateMatchTicketResult](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketresult.md)
- [Multiplayer tasks](/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
- [Using SmartMatch matchmaking](/services/xbox-services/multiplayer/matchmaking/concepts/live-matchmaking-how-tos.md)
- [XblMatchTicketDetailsResponse](/reference/live/xsapi-c/matchmaking_c/structs/xblmatchticketdetailsresponse.md)
- [XblMatchmakingCreateMatchTicketAsync](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketasync.md)
