nn::nex::RankingClient::UploadScore Member Function

Syntax

qBool UploadScore(
     ProtocolCallContext * pContext,
     const RankingScoreData & scoreData,
     UniqueId nexUniqueId = INVALID_UNIQUEID
);

Parameters

Name Description
in pContext The call context.
in scoreData Score data.
in nexUniqueId The NEX unique ID.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Registers scores.

This function can only be used to upload scores that have the same principal ID as the scores of the local host.

Revision History

2012/02/14
Initial version.

CONFIDENTIAL