Freigeben über


XblMultiplayerSessionRestriction

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

See also

multiplayer_c