qBool GetStats( ProtocolCallContext * pContext, qUnsignedInt32 category, const RankingOrderParam & orderParam, qUnsignedInt32 flags, RankingStats * pStats );
Name | Description | |
---|---|---|
in | pContext | The call context. |
in | category | Category. |
in | orderParam | Parameters for calculating the order. |
in | flags | Flags specifying which statistical values to get. This represents the bitwise OR of RankingConstants::StatsFlag . |
out | pStats | The statistic results. |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
Gets the score statistics.
Gets the score statistics for the specified category. Use a bitwise OR of RankingConstants::StatsFlag
to specify which statistics to get.
Statistical values are returned based on the conditions set by the following orderParam
parameters.RankingOrderParam::SetFilterGroupIndex
RankingOrderParam::SetFilterGroupNum
RankingOrderParam::SetFilterGroupNum
RankingOrderParam::SetTimeScope
CONFIDENTIAL