#include <dwc.h> DWCRnkError DWC_RnkResGetRowCount( u32* count );
By specifying a ranking list acquisition mode (DWC_RNK_GET_MODE_TOPLIST, DWC_RNK_GET_MODE_NEAR, DWC_RNK_GET_MODE_FRIENDS, DWC_RNK_GET_MODE_NEAR_HI, DWC_RNK_GET_MODE_NEAR_LOW), this function obtains the number of rows in the received ranking list as the result of DWC_RnkGetScoreAsync function.
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.
count |
Pointer to the variable that gets the number of rows. |
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 |
Invalid parameter. |
DWC_RNK_ERROR_NOTCOMPLETED |
Communications not completed. |
DWC_RNK_ERROR_EMPTY_RESPONSE |
Empty response. |
DWC_RnkResGetRow
DWC_RnkResGetOrder
2007/07/21 Added a description of DWC_RNK_GET_MODE_NEAR_HI and DWC_RNK_GET_MODE_NEAR_LOW.
2006/07/21 Integrated phrasing.
2006/04/14 Initial version.
CONFIDENTIAL