nn::nex::MatchmakeRefereeClient::GetRoundParticipants Member Function

Syntax

qBool GetRoundParticipants(
     ProtocolCallContext * pCC,
     qUnsignedInt64 roundId,
     qVector< PrincipalID > * pids
);

Parameters

Name Description
in pCC Call information.
in roundId Target round ID.
out pids List of principal IDs of round participants.

Return Values

Returns the result of the operation.

Description

Gets the participants in the round.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL