#include <dwc.h>
DWCRnkError DWC_RnkResGetRow( DWCRnkData* out,
u32 index );
Extracts and gets an arbitrary row from the ranking list obtained via 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.
|
Pointer to the DWCRnkData structure that gets the data. |
index |
The index being obtained. |
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_RnkResGetRowCount
DWC_RnkResGetOrder
DWC_RnkShutdown
04/17/2006 Corrected mistakes
04/14/2006 Initial version.
CONFIDENTIAL