nn::nex::MatchmakeExtensionClient::ClearMatchmakeSessionSystemPassword Member Function

Syntax

qBool ClearMatchmakeSessionSystemPassword(
     ProtocolCallContext * pContext,
     GatheringID gatheringId
);

Parameters

Name Description
in pContext Call information.
in gatheringId Gathering ID to clear.

Return Values



Value Description
true Call initialization succeeded.
false Failure.

Description

Clears the system password that was set for the matchmaking session.

Clears the system password that was set for the matchmaking session. All participants are notified that the password was cleared with a NotificationEvents::MatchmakeSessionSystemPasswordClear event.

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.

Revision History

2014/03/19
Initial version.

CONFIDENTIAL