void SetExcludeLocked( bool excludeLocked );
Name | Description | |
---|---|---|
in | excludeLocked | Specify true when excluding sessions that are locked or closed, and false when including them. |
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.
CONFIDENTIAL