nn::nex::DataStoreLogicServerClient::ResetRating Member Function

Syntax

virtual qBool ResetRating(
     ProtocolCallContext * pContext,
     const DataStoreRatingTarget & target,
     qUnsignedInt64 updatePassword = DataStoreConstants::INVALID_PASSWORD
);

Parameters

Name Description
in pContext Call information.
in target Target for resetting ratings information.
in updatePassword The update password. DataStoreConstants::INVALID_PASSWORD by default. The password is not authenticated.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Resets the data ratings information and the ratings log.

Resets only the slot for the specified data ID. Only people who have update rights for the targeted data can reset.

Revision History

2011/07/13
Initial version.

CONFIDENTIAL