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