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

# XblMatchmakingCreateMatchTicketResult

> XblMatchmakingCreateMatchTicketResult

# XblMatchmakingCreateMatchTicketResult

Obtiene el resultado de una llamada a XblMatchmakingCreateMatchTicketAsync.

## Sintaxis

```cpp theme={null}
HRESULT XblMatchmakingCreateMatchTicketResult(  
         XAsyncBlock* asyncBlock,  
         XblCreateMatchTicketResponse* resultPtr  
)  
```

### Parámetros

*asyncBlock*   \_In\_\
Tipo: XAsyncBlock\*

El AsyncBlock de esta operación.

*resultPtr*   \_Out\_\
Tipo: [XblCreateMatchTicketResponse\*](/reference/live/xsapi-c/matchmaking_c/structs/xblcreatematchticketresponse)

Una estructura asignada por el autor de la llamada que se rellenará con los resultados del vale de partida.

### Valor devuelto

Tipo: HRESULT

Código de retorno HRESULT para esta operación de API.

## Requisitos

**Encabezado:** matchmaking\_c.h

**Biblioteca:** Microsoft.Xbox.Services.14x.GDK.C.lib

## Consulte también

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