#include <dwc.h>
#define DWC_RNK_DATA_MAX 764
#define DWC_RNK_GET_MAX 30
#define DWC_RNK_CATEGORY_MAX 1000
#define DWC_RNK_ORDER_ASC 0
#define DWC_RNK_ORDER_DES 1
DWCRnkPutScoreAsync and DWCRnkGetScoreAsyncDWC_RNK_DATA_MAX |
Maximum size of user-defined data. |
DWC_RNK_GET_MAX |
Upper limit on the maximum number of rankings that can be retrieved. |
DWC_RNK_CATEGORY_MAX |
Maximum value that can be specified by category. |
DWC_RNK_ORDER_ASC |
The constant for showing the retrieved ranking list in ascending order. |
DWC_RNK_ORDER_DES |
The constant for showing the retrieved ranking list in descending order. |
2007/05/21 Changed DWC_RNK_GET_MAX from 10 to 30, and changed DWC_RNK_CATEGORY_MAX from 100 to 1000.
2007/05/18 Changed the maximum size that can be used for user-defined data from 768 bytes to 764.
2006/04/14 Initial version.
CONFIDENTIAL