#include <dwc.h>
typedef struct DWCRnkGetParam_friends {
u32 sort;
u32 limit;
u32 since;
s32 friends[DWC_RNK_FRIENDS_MAX];
} DWCRnkGetParam_friends;Specifies the parameter for getting data in friend-ranking-list retrieval mode (DWC_RNK_GET_MODE_FRIENDS). This is a member of DWCRnkGetParam.
sort |
DWC_RNK_ORDER_ASC: Ascending order.DWC_RNK_ORDER_DES: Descending order. |
limit |
The maximum number of results that can be obtained, ranging from 2 to [65(DWC_RNK_FRIENDS_MAX+1)]. |
since |
From how long ago (in minutes). |
friends |
Friends PID list. |
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL