#include <dwc.h>
typedef struct{
u32 order;
s32 pid;
s32 score;
DWCRnkRegion region;
u32 lastupdate;
u32 size;
void* userdata;
} DWCRnkData;
This structure stores the ranking information obtained by the DWC_RnkResGetRow function.
order |
Rank order. 0 is stored in rows that are outside of the user's own rank order. However, with the top ranking list acquisition mode ( DWC_RNK_GET_MODE_TOPLIST), an order value of 0 is stored even in rows that contain user's own ranking information. |
pid |
GS Profile ID. |
score |
Score. |
region |
Region code. |
lastupdate |
Time (in minutes) that has elapsed since the last update. |
size |
userdata size (in bytes). |
userdata |
The buffer for user-defined data. |
2006/11/1 Corrected an error where lastupdate was left out.
2006/7/21 Added a supplement related to ranking in order.
2006/4/14 Initial version.
CONFIDENTIAL