virtual qBool GetRating( ProtocolCallContext * pContext, const qUnsignedInt64 dataId, qMap< qInt8, DataStoreRatingInfo > * pRatings, qUnsignedInt64 accessPassword = DataStoreConstants::INVALID_PASSWORD );
Name | Description | |
---|---|---|
in | pContext |
Call information. |
in | dataId | The data ID for which to get ratings information. |
out | pRatings | 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.
Specifies the data ID and gets ratings information for all slots. Only people who have access rights to the data can get the data.
CONFIDENTIAL