DWC_RnkResGetOrder

Syntax

#include <dwc.h>

DWCRnkError DWC_RnkResGetOrder( u32* order );
			

Description

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.

Arguments

order Pointer to the variable that gets rank order.

Return Values

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.

See Also

DWC_RnkGetScoreAsync
DWC_RnkResGetRowCount
DWC_RnkResGetRow

Revision History

2006/04/14 Initial version.


CONFIDENTIAL