nn::nex::MatchmakeSessionSearchCriteria::SetExcludeNonHostPid Member Function

Syntax

void SetExcludeNonHostPid(
     bool excludeNonHostPid_
);

Parameters

Name Description
in excludeNonHostPid_ Specify true when excluding non-hosts, and false when not excluding them.

Return Values

None.

Description

Sets whether to exclude sessions for which a host has not been determined.

This function sets whether to exclude sessions where a host principal ID is not registered for the matchmaking session. Specify true if excluding. The default is to exclude. If the matchmaking session was created using the MatchmakeExtensionClient::CreateMatchmakeSession or the MatchmakeExtensionClient::AutoMatchmake function, the owner automatically becomes the host.

Revision History

2011/01/27
Initial version.

CONFIDENTIAL