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 types for multiplayer sessions.
Syntax
enum class XblMultiplayerSessionType : uint32_t
{
Unknown,
LobbySession,
GameSession,
MatchSession
}
Constants
Constant | Description |
---|---|
Unknown | The session type is unknown. |
LobbySession | Indicates multiplayer lobby session. |
GameSession | Indicates multiplayer game session. |
MatchSession | Indicates multiplayer match session. |
Requirements
Header: multiplayer_manager_c.h