nn::nex::MatchmakeSessionSearchCriteria::SetMaxParticipantsWithRange Member Function

Syntax

void SetMaxParticipantsWithRange(
     qUnsignedInt16 min,
     qUnsignedInt16 max
);

Parameters

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

Return Values

None.

Description

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

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

Revision History

2011/03/15
Initial version.

CONFIDENTIAL