nn::nex::MatchmakeSessionModificationFlag Enumerated Type

Syntax

enum MatchmakeSessionModificationFlag;

Value

Value Description
MATCHMAKE_SESSION_MODIFICATION_FLAG_NONE Do not update anything.
MATCHMAKE_SESSION_MODIFICATION_FLAG_ATTRIBUTES Attributes.
MATCHMAKE_SESSION_MODIFICATION_FLAG_OPEN_PARTICIPATION Participation settings.
MATCHMAKE_SESSION_MODIFICATION_FLAG_APPLICATION_BUFFER Application-defined data.
MATCHMAKE_SESSION_MODIFICATION_FLAG_PROGRESS_SCORE Progress score.
MATCHMAKE_SESSION_MODIFICATION_FLAG_OPTION0
MATCHMAKE_SESSION_MODIFICATION_FLAG_MATCHMAKE_PARAM Matchmaking parameters. Overwrites all parameters. This value cannot be used at the same time as MATCHMAKE_SESSION_MODIFICATION_FLAG_MATCHMAKE_PARAM_OVERRIDE.
MATCHMAKE_SESSION_MODIFICATION_FLAG_MATCHMAKE_PARAM_OVERRIDE Matchmaking parameters. Updates the existing parameters and adds the new parameters. This value cannot be used at the same time as MATCHMAKE_SESSION_MODIFICATION_FLAG_MATCHMAKE_PARAM.
MATCHMAKE_SESSION_MODIFICATION_FLAG_STARTED_TIME Start time.
MATCHMAKE_SESSION_MODIFICATION_FLAG_USER_PASSWORD User password.
MATCHMAKE_SESSION_MODIFICATION_FLAG_GAME_MODE Game mode.
MATCHMAKE_SESSION_MODIFICATION_FLAG_DESCRIPTION Description text.
MATCHMAKE_SESSION_MODIFICATION_FLAG_MIN_PARTICIPANTS Minimum number of participants.
MATCHMAKE_SESSION_MODIFICATION_FLAG_MAX_PARTICIPANTS Maximum number of participants
MATCHMAKE_SESSION_MODIFICATION_FLAG_MATCHMAKE_SYSTEM_TYPE Matchmaking system type.

Description

Bit flag indicating the item to update.

Revision History

2014/11/14
Added MATCHMAKE_SESSION_MODIFICATION_FLAG_MATCHMAKE_SYSTEM_TYPE.
2014/06/23
Initial version.

CONFIDENTIAL