nn::nex::JoinMatchmakeSessionBehavior Enumerated Type

Syntax

enum JoinMatchmakeSessionBehavior;

Value

Value Description
JOIN_MATCHMAKE_SESSION_BEHAVIOR_JOIN_MYSELF The local host also joins. The result is QERROR(RendezVous, AlreadyParticipatedGathering) if the local host is already a participant.
JOIN_MATCHMAKE_SESSION_BEHAVIOR_IM_ALREADY_JOINED The local host does not join because it is already a participant. The result is QERROR(RendezVous, NotParticipatedGathering) when the local host is not already a participant. This can be used to add other stations to a matchmaking session that the local host is already participating in.

Description

Enumerates flags related to behavior when joining a session.

Revision History

2014/03/13
Initial version.

CONFIDENTIAL