nn::nex::RankingClient::ChangeAttributes Member Function

Syntax

qBool ChangeAttributes(
     ProtocolCallContext * pContext,
     qUnsignedInt32 category,
     const RankingChangeAttributesParam & changeParam,
     UniqueId nexUniqueId = INVALID_UNIQUEID
);

Parameters

Name Description
in pContext The call context.
in category Category.
in changeParam Details about the change.
in nexUniqueId The NEX unique ID.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Changes score attributes.

Modifies the score attributes of the specified category.
This function can only be used to change the attributes of scores that have the same principal ID as the score of the local host.

Revision History

2012/02/14
Initial version.

CONFIDENTIAL