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

XblMatchmakingGetMatchTicketDetailsAsync 호출의 결과를 가져옵니다.

## Syntax

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

### Parameters

*asyncBlock*   \_In\_\
Type: XAsyncBlock\*

이 작업의 AsyncBlock입니다.

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

제공된 버퍼의 크기입니다. 필요한 크기를 가져오려면 [XblMatchmakingGetMatchTicketDetailsResultSize](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsresultsize)를 사용하세요.

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

결과를 쓰기 위해 호출자가 할당한 바이트 버퍼입니다.

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

버퍼를 가리키는 강력한 형식의 포인터입니다. 이는 버퍼 내의 포인터이며 별도로 해제해서는 안 됩니다.

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

버퍼에 기록된 바이트 수입니다.

### Return value

Type: HRESULT

이 API 작업의 HRESULT 반환 코드입니다.

## Requirements

**Header:** matchmaking\_c.h

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

## See also

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


## Related topics

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