nn::nex::RankingClient::UploadCommonData Member Function

Syntax

qBool UploadCommonData(
     ProtocolCallContext * pContext,
     const qVector< qByte > & commonData,
     UniqueId nexUniqueId = INVALID_UNIQUEID
);

Parameters

Name Description
in pContext The call context.
in commonData Common ranking data.
in nexUniqueId The NEX unique ID.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Registers common ranking data.

This function can only be used to upload common data that has the same principal ID as the data of the local host.

Revision History

2012/05/18
Changed the commonData argument type to qVector< qByte > &.
2012/02/14
Initial version.

CONFIDENTIAL