nn::nex::MatchmakeSessionSearchCriteria::SetExcludeLocked Member Function

Syntax

void SetExcludeLocked(
     bool excludeLocked
);

Parameters

Name Description
in excludeLocked Specify true when excluding sessions that are locked or closed, and false when including them.

Return Values

None.

Description

Sets whether to exclude sessions for which participation is already locked.

Sets whether to exclude sessions for which participation is already closed. Sessions are closed using the MatchmakeExtensionClient::CloseParticipation function. The default is true.

This member function excludes sessions regardless of the settings when specified with the AutoMatchmakeParam::SetSearchCriteria function. It is enabled when the MatchmakeExtensionClient::BrowseMatchmakeSession function is used.

Revision History

2014/05/16
Added information about the default value. Added information about when the setting is enabled.
2011/01/27
Initial version.

CONFIDENTIAL