XblMultiplayerSessionSetMatchmakingResubmit

Sets if a match needs to be resubmitted or not.

Syntax

void XblMultiplayerSessionSetMatchmakingResubmit(  
         XblMultiplayerSessionHandle handle,  
         bool matchResubmit  
)  

Parameters

handle   _In_
Type: XblMultiplayerSessionHandle

Handle to the multiplayer session.

matchResubmit   _In_
Type: bool

Set true, if the match that was found didn't work out and needs to be resubmitted. Set false, if the match did work and the matchmaking service can release the session.

Return value

Type: void

Requirements

Header: multiplayer_c.h

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

See also

multiplayer_c