XblMatchmakingCreateMatchTicketAsync
Sends a matchmaking request to the server and returns the match ticket with a ticket id. Call XblMatchmakingCreateMatchTicketResult upon completion to get the result.Syntax
Parameters
xboxLiveContext _In_Type: XblContextHandle XBOX live context for the local user. ticketSessionReference _In_
Type: XblMultiplayerSessionReference The multiplayer session to use for the match. matchmakingServiceConfigurationId _In_
Type: char* The service configuration ID for the match. hopperName _In_
Type: char* The name of the hopper. ticketTimeout _In_
Type: uint64_t The maximum time to wait for players to join the session. preserveSession _In_
Type: XblPreserveSessionMode Indicates if the session should be preserved. ticketAttributesJson _In_
Type: char* The ticket attributes for the session. (Optional) asyncBlock _In_
Type: XAsyncBlock* The AsyncBlock for this operation.
