nn::nex::RankingClient::GetStats Member Function

Syntax

qBool GetStats(
     ProtocolCallContext * pContext,
     qUnsignedInt32 category,
     const RankingOrderParam & orderParam,
     qUnsignedInt32 flags,
     RankingStats * pStats
);

Parameters

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.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

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

Revision History

2012/03/08
Initial version.

CONFIDENTIAL