#include <dwc.h> DWCRnkError DWC_RnkResGetOrder( u32* order );
Gets one's own rank order received after requesting with the DWC_RnkGetScoreAsync function using the get rank mode (DWC_RNK_GET_MODE_ORDER).
This function will fail if the request was made with anything other than the get rank mode.
order |
Pointer to the variable that gets rank order. |
DWC_RNK_SUCCESS |
Succeeded. |
DWC_RNK_IN_ERROR |
An error is being generated. |
DWC_RNK_ERROR_INVALID_MODE |
Invalid mode. |
DWC_RNK_ERROR_INVALID_PARAMETER |
Invalid parameter. |
DWC_RNK_ERROR_NOTCOMPLETED |
Communications not completed. |
DWC_RNK_ERROR_EMPTY_RESPONSE |
Empty response. |
DWC_RnkGetScoreAsync
DWC_RnkResGetRowCount
DWC_RnkResGetRow
2006/04/14 Initial version.
CONFIDENTIAL