nn::nex::MatchmakeSessionSearchCriteria::SetVacantOnly Member Function

Syntax

void SetVacantOnly(
     bool vacantOnly
);

Parameters

Name Description
in vacantOnly Specify true when excluding full sessions, and false when not excluding them.

Return Values

None.

Description

Sets whether to exclude full sessions.

Sets whether to exclude full sessions. The default is not 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