Syntax
Parameters
ticket PFMatchmakingTicketHandle
The handle of the matchmaking ticket.
match PFMatchmakingMatchDetails**library-allocated output The match that was found.
Return value
Type: HRESULTS_OK if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PFMultiplayerGetErrorMessage().
Remarks
This method will fail if the ticket isn’t in thePFMatchmakingTicketStatus::Matched state. The ticket state can be retrieved via PFMatchmakingTicketGetStatus.
