nn::nex::MatchmakeSessionSearchCriteria::SetExcludeUserPasswordSet Member Function

Syntax

void SetExcludeUserPasswordSet(
     bool excludeUserPasswordSet_
);

Parameters

Name Description
in excludeUserPasswordSet_ Specify true to exclude matchmaking sessions that have a user password set, and false to include them.

Return Values

None.

Description

Sets whether to exclude matchmaking sessions for which a user password has been set.

Sets whether to exclude matchmaking sessions for which a user password has been set. Specify true when excluding. The default is to exclude.

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 when the setting is enabled.
2011/01/27
Initial version.

CONFIDENTIAL