#include <dwc.h>
typedef enum{
DWC_RNK_REGION_JP = 0x01,
DWC_RNK_REGION_US = 0x02,
DWC_RNK_REGION_EU = 0x04,
DWC_RNK_REGION_ALL = 0x07
} DWCRnkRegion;
The enumeration type that defines the region codes for general-purpose ranking.
When the DWC_RnkGetScoreAsync function is called, a number of these values can be OR'ed together.
DWC_RNK_REGION_JP |
Japan |
DWC_RNK_REGION_US |
USA |
DWC_RNK_REGION_EU |
Europe |
DWC_RNK_REGION_ALL |
Worldwide |
04/14/2006 Initial version.