#include <dwc.h>
typedef struct DWCRnkGetParam_toplist {
u32 sort;
u32 limit;
u32 since;
} DWCRnkGetParam_toplist;Specifies the parameter to be used for getting data in top ranking list retrieval mode (DWC_RNK_GET_MODE_TOPLIST). This is a member of DWCRnkGetParam.
| sort | DWC_RNK_ORDER_ASC: Ascending order.DWC_RNK_ORDER_DES: Descending order. |
| limit | Maximum number to be retrieved. |
| since | From how long ago (in minutes). |
CONFIDENTIAL