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

# XblMatchmakingGetMatchTicketDetailsAsync

> XblMatchmakingGetMatchTicketDetailsAsync

# XblMatchmakingGetMatchTicketDetailsAsync

서버에서 일치 티켓의 속성을 검색합니다.

## Syntax

```cpp theme={null}
HRESULT XblMatchmakingGetMatchTicketDetailsAsync(  
         XblContextHandle xboxLiveContext,  
         const char* serviceConfigurationId,  
         const char* hopperName,  
         const char* ticketId,  
         XAsyncBlock* asyncBlock  
)  
```

### Parameters

*xboxLiveContext*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

로컬 사용자의 XBOX live 컨텍스트입니다.

*serviceConfigurationId*   \_In\_\
Type: char\*

타이틀의 서비스 구성 ID(SCID)입니다. SCID는 대/소문자를 구분하는 것으로 간주되므로 파트너 센터에서 직접 붙여넣으세요.

*hopperName*   \_In\_\
Type: char\*

일치 티켓이 위치한 호퍼의 이름입니다.

*ticketId*   \_In\_\
Type: char\*

검색할 일치 티켓의 티켓 ID입니다.

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

이 작업의 AsyncBlock입니다.

### Return value

Type: HRESULT

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

## REST Call

V103 GET /serviceconfigs/{serviceConfigId}/hoppers/{hopperName}/tickets/{ticketId}을(를) 호출합니다.

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

- [XblMatchmakingGetMatchTicketDetailsResult](/ko/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsresult.md)
- [XblMatchmakingGetMatchTicketDetailsResultSize](/ko/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakinggetmatchticketdetailsresultsize.md)
- [MatchmakingTicket.GetMatchDetails](/ko/services/playfab/multiplayer/lobby/unity-multiplayer-api-reference/PlayFab.Multiplayer/MatchmakingTicket/GetMatchDetails.md)
- [XblMatchmakingCreateMatchTicketAsync](/ko/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingcreatematchticketasync.md)
- [XblMatchmakingDeleteMatchTicketAsync](/ko/reference/live/xsapi-c/matchmaking_c/functions/xblmatchmakingdeletematchticketasync.md)
