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 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.

Revision History


CONFIDENTIAL