Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Defines values that indicate restrictions on the users who can join a session.
Syntax
enum class XblMultiplayerSessionRestriction : uint32_t
{
Unknown,
None,
Local,
Followed
}
Constants
| Constant | Description |
|---|---|
| Unknown | Unknown restriction type. |
| None | No restrictions. |
| Local | Only players whose token DeviceId values match the DeviceId of a player who is already in the session and active. |
| Followed | Only local players (as defined for Local) and players who are followed by an existing (not reserved) member of the session can join without a reservation. |
Requirements
Header: multiplayer_c.h