#include <dwc.h>
DWCRnkError DWC_RnkResGetOrder( u32* order );
Gets one's own rank order from the DWC_RnkGetScoreAsync function with 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 |
An invalid parameter |
DWC_RNK_ERROR_NOTCOMPLETED |
Communications not completed. |
DWC_RNK_ERROR_EMPTY_RESPONSE |
Empty response. |
DWC_RnkGetScoreAsync
DWC_RnkResGetRowCount
DWC_RnkResGetRow
04/14/2006 Initial version.
CONFIDENTIAL