#include <dwc.h>
DWCRnkError DWC_RnkResGetTotal( u32* total );
This function gets the number of scores (parameters) that conform to the filtering conditions designated with the call of DWC_RnkGetScoreAsync function.
total |
Pointer to the variable that gets the rank-order total parameter. |
DWC_RNK_SUCCESS |
Succeeded |
DWC_RNK_IN_ERROR |
An error is being generated. |
DWC_RNK_ERROR_INVALID_PARAMETER |
An invalid parameter |
DWC_RNK_ERROR_NOTCOMPLETED |
Communications not completed. |
DWC_RNK_ERROR_EMPTY_RESPONSE |
Empty response. |
DWC_RnkGetScoreAsync
DWC_RnkResGetRowCount
DWC_RnkResGetRow
07/21/2006 Revised the notation for the parameter
04/14/2006 Initial version.
CONFIDENTIAL