DWCRnkGetMode

Definition


#include <dwc.h>

typedef enum{

    DWC_RNK_GET_MODE_ORDER,
    DWC_RNK_GET_MODE_TOPLIST,
    DWC_RNK_GET_MODE_NEAR,
    DWC_RNK_GET_MODE_FRIENDS,
    DWC_RNK_GET_MODE_NEAR_HI,
    DWC_RNK_GET_MODE_NEAR_LOW

} DWCRnkGetMode;
				

Description

Enumerated type that defines the get mode of the DWC_RnkGetScoreAsync function.

DWC_RNK_GET_MODE_ORDER Order acquisition mode.
DWC_RNK_GET_MODE_TOPLIST Top ranking list acquisition mode.
DWC_RNK_GET_MODE_NEAR Near ranking list acquisition mode.
DWC_RNK_GET_MODE_FRIENDS Friend ranking list acquisition mode.
DWC_RNK_GET_MODE_NEAR_HI Near ranking list (with a higher ranking than oneself) acquisition mode.
DWC_RNK_GET_MODE_NEAR_LOW Near ranking list (with a lower ranking than oneself) acquisition mode.

See Also

DWC_RnkGetScoreAsync

Revision History

2007/07/21 Added a description of DWC_RNK_GET_MODE_NEAR_HI and DWC_RNK_GET_MODE_NEAR_LOW.
2006/07/21 Standardized wording.
2006/04/14 Initial version.


CONFIDENTIAL