qBool ClearMatchmakeSessionSystemPassword( ProtocolCallContext * pContext, GatheringID gatheringId );
Name | Description | |
---|---|---|
in | pContext | Call information. |
in | gatheringId | Gathering ID to clear. |
Value | Description |
---|---|
true |
Call initialization succeeded. |
false |
Failure. |
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.
CONFIDENTIAL