Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines values used to indicate whether a match ticket is for a new game session or an existing session.
Syntax
enum class XblPreserveSessionMode : uint32_t
{
Unknown,
Always,
Never
}
Constants
| Constant | Description |
|---|---|
| Unknown | The server returned an unrecognized response. |
| Always | Always use an existing game session. This is for matching more players for a game session that is already created or in progress. |
| Never | Never use an existing game session. This is for matching players for a new game session. |
Requirements
Header: matchmaking_c.h