#include <dwc.h>
typedef struct DWCRnkData {
u32 order;
s32 pid;
s32 score;
DWCRnkRegion region;
u32 lastupdate;
u32 size;
void * userdata;
} DWCRnkData;| order | Order. |
| pid | GameSpyProfileID. |
| score | Score. |
| region | Region code. |
| lastupdate | Time (in minutes) that has elapsed since the last update. |
| size | Size of userdata (in bytes). |
| userdata | Buffer for user-defined data. |
CONFIDENTIAL