DWCRnkData

Definition


#include <dwc.h>

typedef struct DWCRnkData {
    u32 order;
    s32 pid;
    s32 score;
    DWCRnkRegion region;
    u32 lastupdate;
    u32 size;
    void * userdata;
} DWCRnkData;

Description

order Ranking
pid GameSpyProfileID
score Score
region Region codes
lastupdate Time (in minutes) that has elapsed since the last update
size Size of userdata (in bytes)
userdata Buffer for user-defined data

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL