XblMatchmakingCreateMatchTicketResult

Get the result for an XblMatchmakingCreateMatchTicketAsync call.

Syntax

HRESULT XblMatchmakingCreateMatchTicketResult(  
         XAsyncBlock* asyncBlock,  
         XblCreateMatchTicketResponse* resultPtr  
)  

Parameters

asyncBlock   _In_
Type: XAsyncBlock*

The AsyncBlock for this operation.

resultPtr   _Out_
Type: XblCreateMatchTicketResponse*

A caller allocated struct to be filled with the match ticket results.

Return value

Type: HRESULT

HRESULT return code for this API operation.

Requirements

Header: matchmaking_c.h

Library: Microsoft.Xbox.Services.141.GSDK.C.lib

See also

matchmaking_c