nn::nex::DebugClient::GetExcludeJoinedMatchmakeSession Member Function

Syntax

qBool GetExcludeJoinedMatchmakeSession(
     ProtocolCallContext * pContext,
     qBool * bpAvoidPreviousGathering
);

Parameters

Name Description
in pContext Call information.
in bpAvoidPreviousGathering Determines whether to exclude matchmaking sessions as gatherings to join if they were joined in the past because of auto-matchmaking. When set to true, the local system does not join matchmaking sessions that were joined in the past. (This setting is the default setting on the game server.) When set to false, the local system joins matchmaking sessions that were joined in the past.

Return Values

Description

Gets whether to exclude matchmaking sessions as gatherings to join if they were joined in the past because of auto-matchmaking.

The asynchronous process might return the following results.

QERROR(Core, NotImplemented) : This game server does not use the matchmaking feature.

Revision History

2012/06/12
Initial version.

CONFIDENTIAL