nn::nex::DataStoreClient::ResetRating Member Function

Syntax

virtual qBool ResetRating(
     ProtocolCallContext * pContext,
     const qUnsignedInt64 & dataId
);

Parameters

Name Description
in pContext Call information.
in dataId Specifies the data ID for which to reset ratings information.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Resets the data ratings information and the ratings log.

Resets all slots being used with the specified data ID. Only people who have update rights for the targeted data can reset.

Revision History

2012/10/23
Added that only a person who has update rights can reset.
2012/07/04
Update permissions are now checked.
2011/07/13
Initial version.

CONFIDENTIAL