nn::nex::MatchmakeParam::GetTotalScore Member Function

Syntax

qBool GetTotalScore(
     qUnsignedInt32 * totalScore
) const;

Parameters

Name Description
out totalScore Pointer to the buffer where the retrieved total score is stored. If NULL is passed in, nothing is written.

Return Values

Whether the parameter was set in this object.

Description

Gets the total score.

Gets the total score. Pass NULL to the parameter to only check whether the parameter is present. For the MatchmakeExtensionClient::AutoMatchmake function, only if the search criteria is set using the MATCHMAKE_SELECTION_METHOD_SCORE_BASED, and the local user does not become the owner of the matchmaking session, the total score can be retrieved from a matchmaking session by using the MatchmakeExtensionClient::AutoMatchmake function.

Revision History

2013/12/05
Initial version.

CONFIDENTIAL