#include <dwc.h>DWCRnkError DWC_RnkResGetOrder(u32 *order);| order | Pointer to the variable that gets rank order. |
| DWC_RNK_SUCCESS | Succeeded. |
| DWC_RNK_IN_ERROR | An error is occurring. |
| 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. |
Gets one's own rank order, which the DWC_RnkGetScoreAsync function received as a result of making a request in get rank mode (DWC_RNK_GET_MODE_ORDER).
This function will fail if the request was made in anything other than get rank mode.
CONFIDENTIAL