virtual qBool GetRating( ProtocolCallContext * pContext, const DataStoreRatingTarget & target, DataStoreRatingInfo * pRating, qUnsignedInt64 accessPassword = DataStoreConstants::INVALID_PASSWORD );
Name | Description | |
---|---|---|
in | pContext |
Call information. |
in | target | Target for which to get ratings information. |
out | pRating | Ratings information. |
in | accessPassword |
Access password. DataStoreConstants::INVALID_PASSWORD by default. The password is not authenticated. |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
Gets the data ratings information.
Gets a single piece of ratings information for the specified data ID and slot. Only people who have access rights to the data can get the data.
CONFIDENTIAL