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

Contiene información sobre la respuesta del servidor a una solicitud de creación de vale de partida.

## Sintaxis

```cpp theme={null}
typedef struct XblCreateMatchTicketResponse {  
    char matchTicketId[XBL_SCID_LENGTH];  
    int64_t estimatedWaitTime;  
} XblCreateMatchTicketResponse  
```

### Miembros

*matchTicketId*\
Tipo: char\[XBL\_SCID\_LENGTH]

Identificador de vale de una solicitud de emparejamiento.

*estimatedWaitTime*\
Tipo: int64\_t

Tiempo de espera estimado para que una solicitud de emparejamiento se empareje con otros jugadores.

## Requisitos

**Encabezado:** matchmaking\_c.h

## Consulte también

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


## Related topics

- [XblMatchmakingCreateMatchTicketResult](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketresult.md)
- [Tareas multijugador](/es/services/xbox-services/multiplayer/mpsd/how-to/live-mpsd-how-tos.md)
- [Uso del emparejamiento de SmartMatch](/es/services/xbox-services/multiplayer/matchmaking/concepts/live-matchmaking-how-tos.md)
- [XblMatchTicketDetailsResponse](/es/reference/live/xsapi-c/matchmaking_c/structs/xblmatchticketdetailsresponse.md)
- [XblMatchmakingCreateMatchTicketAsync](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketasync.md)
