#include <dwc.h>
typedef struct{
u32 order;
s32 pid;
s32 score;
DWCRnkRegion region;
u32 size;
void* userdata;
} DWCRnkData;
This structure stores the ranking information that the DWC_RnkResGetRow function gets.
order |
The 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 |
The GS Profile ID |
score |
The score |
region |
The region code |
size |
userdata size (in bytes) |
userdata |
The buffer for user-defined data |
07/21/2006 Added a supplement about ranking to the order
04/14/2006 Initial version
CONFIDENTIAL