> ## 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 呼び出しの結果を取得します。

## 構文

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

### パラメーター

*asyncBlock*   \_In\_\
型: XAsyncBlock\*

この操作の AsyncBlock。

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

指定されたバッファーのサイズ。必要なサイズを取得するには [XblMatchmakingGetMatchTicketDetailsResultSize](/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsresultsize) を使用します。

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

結果を書き込むための呼び出し元が割り当てたバイト バッファー。

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

バッファー内を指す厳密に型指定されたポインター。これは buffer 内のポインターであり、個別に解放しないでください。

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

バッファーに書き込まれたバイト数。

### 戻り値

型: HRESULT

この API 操作の HRESULT 戻り値コード。

## 要件

**ヘッダー:** matchmaking\_c.h

**ライブラリ:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 関連項目

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


## Related topics

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