nn::nex::MatchmakeRefereeClient::GetStartRoundParam Member Function

Syntax

qBool GetStartRoundParam(
     ProtocolCallContext * pCC,
     qUnsignedInt64 roundId,
     MatchmakeRefereeStartRoundParam * param
);

Parameters

Name Description
in pCC Call information.
in roundId Round ID to get.
out param Parameters set with the StartRound function.

Return Values

Returns the result of the operation.

Description

Gets the parameters set with the StartRound function.

If there is target round to get, QERROR(MatchmakeReferee, RoundNotFound) is returned.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL