> ## 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.

# XblMatchTicketDetailsResponse

> XblMatchTicketDetailsResponse

# XblMatchTicketDetailsResponse

Represents a server response to a request for match ticket details.

## Syntax

```cpp theme={null}
typedef struct XblMatchTicketDetailsResponse {  
    XblTicketStatus matchStatus;  
    int64_t estimatedWaitTime;  
    XblPreserveSessionMode preserveSession;  
    XblMultiplayerSessionReference ticketSession;  
    XblMultiplayerSessionReference targetSession;  
    char* ticketAttributes;  
} XblMatchTicketDetailsResponse  
```

### Members

*matchStatus*\
Type: [XblTicketStatus](/reference/live/xsapi-c/matchmaking_c/enums/xblticketstatus)

Status of a match request.

*estimatedWaitTime*\
Type: int64\_t

Estimated wait time for a match request to be matched with other players.

*preserveSession*\
Type: [XblPreserveSessionMode](/reference/live/xsapi-c/matchmaking_c/enums/xblpreservesessionmode)

An enum value to specify whether the match should preserve the session on which the match has been requested.

*ticketSession*\
Type: XblMultiplayerSessionReference

The session on which the match was requested.

*targetSession*\
Type: XblMultiplayerSessionReference

The session on which a match request has been found.

*ticketAttributes*\
Type: char\*

The attributes of a match request.

## Requirements

**Header:** matchmaking\_c.h

## See also

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


## Related topics

- [XblMatchmakingGetMatchTicketDetailsResult](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsresult.md)
- [Using SmartMatch matchmaking](/services/xbox-services/multiplayer/matchmaking/concepts/live-matchmaking-how-tos.md)
- [XblCreateMatchTicketResponse](/reference/live/xsapi-c/matchmaking_c/structs/xblcreatematchticketresponse.md)
- [XblMatchmakingGetMatchTicketDetailsAsync](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsasync.md)
- [XblMatchmakingGetMatchTicketDetailsResultSize](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsresultsize.md)
