DWC_RnkResGetOrder

C Specification


#include <dwc.h>

DWCRnkError DWC_RnkResGetOrder( u32* order );
			

Description

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.

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 An 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

04/14/2006 Initial version.


CONFIDENTIAL