nn::nex::MatchmakeExtensionClient::UpdateMatchmakeSession Member Function

Syntax

qBool UpdateMatchmakeSession(
     ProtocolCallContext * pContext,
     const UpdateMatchmakeSessionParam & updateMatchmakeSessionParam
);

Parameters

Name Description
in pContext Call information.
in updateMatchmakeSessionParam Parameters for the matchmaking session update process.

Return Values



Value Description
true Call initialization succeeded.
false Failure.

Description

Updates a matchmaking session.

Only updates the specified data. Only the owner of the matchmaking session can do this. Before calling this function, you must specify the gathering ID for the matchmaking session to update. This parameter is specified with the Gathering::SetID function.

The following results may be returned as a result of asynchronous operation. Use the application to handle these results.

QERROR(RendezVous, SessionVoid): The matchmaking session does not exist.
QERROR(RendezVous, PermissionDenied): The caller is not the owner.

The following results may be returned as a result of asynchronous operation. Pass errors to the Error/EULA applet. This error must be removed during debugging.

QERROR(Core, InvalidArgument) : Both MATCHMAKE_SESSION_MODIFICATION_FLAG_MATCHMAKE_PARAM and MATCHMAKE_SESSION_MODIFICATION_FLAG_MATCHMAKE_PARAM_OVERRIDE have been specified in UpdateMatchmakeSessionParam::SetModificationFlag. Change made by UpdateMatchmakeSessionParam::SetMatchmakeSystemType was not between MATCHMAKE_SYSTEM_TYPE_ANYBODY and MATCHMAKE_SYSTEM_TYPE_FRIEND.

Revision History

2014/11/14
Changed the specification so that the matchmaking system type can only be changed between MATCHMAKE_SYSTEM_TYPE_ANYBODY and MATCHMAKE_SYSTEM_TYPE_FRIEND.
2014/06/23
Initial version.

CONFIDENTIAL