qBool GetExcludeJoinedMatchmakeSession( ProtocolCallContext * pContext, qBool * bpAvoidPreviousGathering );
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. |
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.
CONFIDENTIAL