XblMultiplayerSessionStatus
Defines values that indicate the current status of a session.
Syntax
enum class XblMultiplayerSessionStatus : uint32_t
{
Unknown,
Active,
Inactive,
Reserved
}
Constants
Constant | Description |
---|---|
Unknown | The server returned an unrecognized response. |
Active | At least one player is active in the session. |
Inactive | No players are active in the session or all players left the session. |
Reserved | One or more players have not accepted the session invite. |
Remarks
For more information, see the Session user states section of Multiplayer Session advanced topics.
Member of
XblMultiplayerSessionQueryResult
Requirements
Header: multiplayer_c.h