#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 that the DWC_RnkResGetRow function gets.
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 a user's own ranking information. |
pid |
The GS Profile ID |
score |
The score |
region |
The 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/01 Corrected mistake where lastupdate was left out
2006/07/21 Added a supplement related to ranking in order
2006/04/14 Initial version
CONFIDENTIAL