DWC_RnkResGetRowCount

C Specification


#include <dwc.h>

DWCRnkError DWC_RnkResGetRowCount( u32* count );
			

Description

This function uses the DWC_RnkGetScoreAsync function with a ranking list acquisition mode (DWC_RNK_GET_MODE_TOPLIST, DWC_RNK_GET_MODE_NEAR, DWC_RNK_GET_MODE_FRIENDS) to obtain the number of rows in the received ranking list as the requested result.

If the DWC_RnkGetScoreAsync request is made with the mode to get the rank order, the ranking list will not be obtained and this function will fail.

Arguments

count Pointer to the variable that gets the number of rows.

Return Values

DWC_RNK_SUCCESS Succeeded
DWC_RNK_IN_ERROR An error is being generated.
DWC_RNK_ERROR_INVALID_MODE Invalid mode.
DWC_RNK_ERROR_INVALID_PARAMETER An invalid parameter
DWC_RNK_ERROR_NOTCOMPLETED Communications not completed.
DWC_RNK_ERROR_EMPTY_RESPONSE Empty response.

See Also

DWC_RnkResGetRow DWC_RnkResGetOrder

Revision History

07/21/2006 Integrated phrasing
04/14/2006 Initial version.


CONFIDENTIAL