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

# XblMatchmakingGetMatchTicketDetailsResult

> XblMatchmakingGetMatchTicketDetailsResult

# XblMatchmakingGetMatchTicketDetailsResult

Obtiene el resultado de una llamada a XblMatchmakingGetMatchTicketDetailsAsync.

## Sintaxis

```cpp theme={null}
HRESULT XblMatchmakingGetMatchTicketDetailsResult(  
         XAsyncBlock* asyncBlock,  
         size_t bufferSize,  
         void* buffer,  
         XblMatchTicketDetailsResponse** ptrToBuffer,  
         size_t* bufferUsed  
)  
```

### Parámetros

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

El AsyncBlock de esta operación.

*bufferSize*   \_In\_\
Tipo: size\_t

El tamaño del búfer proporcionado. Use [XblMatchmakingGetMatchTicketDetailsResultSize](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsresultsize) para obtener el tamaño necesario.

*buffer*   \_Out\_writes\_bytes\_to\_(bufferSize,*bufferUsed)\
Tipo: void*

Un búfer de bytes asignado por el autor de la llamada en el que se escribe el resultado.

*ptrToBuffer*   \_Outptr\_\
Tipo: [XblMatchTicketDetailsResponse\*\*](/reference/live/xsapi-c/matchmaking_c/structs/xblmatchticketdetailsresponse)

Puntero fuertemente tipado que apunta al búfer. Es un puntero dentro del búfer y no debe liberarse por separado.

*bufferUsed*   \_Out\_opt\_\
Tipo: size\_t\*

Número de bytes escritos en el búfer.

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


## Related topics

- [XblMatchmakingGetMatchTicketDetailsResultSize](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsresultsize.md)
- [XblMatchmakingGetMatchTicketDetailsAsync](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsasync.md)
- [MatchmakingTicket.GetMatchDetails](/es/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/MatchmakingTicket/GetMatchDetails.md)
- [XblMatchmakingCreateMatchTicketResult](/es/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketresult.md)
- [XblMatchTicketDetailsResponse](/es/reference/live/xsapi-c/matchmaking_c/structs/xblmatchticketdetailsresponse.md)
