nn::nex::MatchmakeSessionSearchCriteria::SetMinParticipantsWithRange Member Function

Syntax

void SetMinParticipantsWithRange(
     qUnsignedInt16 min,
     qUnsignedInt16 max
);

Parameters

Name Description
in min Minimum value for minimum number of participants.
in max Maximum value for minimum number of participants.

Return Values

None.

Description

Specifies a range for the minimum number of people who can participate.

Specifies the minimum number of people who can participate. If nothing is specified, any value will be matched, searching for: min value <= minimum number of participants <= max value.

Revision History

2011/03/15
Initial version.

CONFIDENTIAL