enum MatchmakeSessionModificationFlag;
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. |
Bit flag indicating the item to update.
MATCHMAKE_SESSION_MODIFICATION_FLAG_MATCHMAKE_SYSTEM_TYPE
.CONFIDENTIAL