DWC_RnkResGetRow

Syntax


#include <dwc.h>

DWCRnkError DWC_RnkResGetRow(   DWCRnkData* out,
u32 index );
			

Description

Extracts and gets an arbitrary row from the ranking list obtained through communications.

The buffer for the obtained data is either called by the DWC_RnkShutdown function or released when the next asynchronous process starts. If need be, save the data.

Arguments

out Pointer to the DWCRnkData structure that gets the data.
index The index being obtained.

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 have not completed.
DWC_RNK_ERROR_EMPTY_RESPONSE Empty response.

See Also

DWC_RnkResGetRowCount
DWC_RnkResGetOrder
DWC_RnkShutdown

Revision History

2006/04/17 Corrected errors.
2006/04/14 Initial version.


CONFIDENTIAL