#include <dwc.h>
#define DWC_RNK_DATA_MAX 764
#define DWC_RNK_GET_MAX 10
#define DWC_RNK_CATEGORY_MAX 100
#define DWC_RNK_ORDER_ASC 0
#define DWC_RNK_ORDER_DES 1
DWCRnkPutScoreAsync and DWCRnkGetScoreAsync DWC_RNK_DATA_MAX |
The maximum size available for user-defined data. |
DWC_RNK_GET_MAX |
The maximum value in the retrieved ranking list. |
DWC_RNK_CATEGORY_MAX |
The maximum value that can be specified as a 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/18 Changed from 768 bytes to 764 bytes the maximum size that can be used for user-defined data.
2006/04/14 Initial version.
CONFIDENTIAL