DWC_RnkResGetTotal

Syntax


#include <dwc.h>

DWCRnkError DWC_RnkResGetTotal( u32* total );
			

Description

This function gets the number of scores (parameters) that conform to the filtering conditions designated with the DWC_RnkGetScoreAsync function.

Arguments

total Pointer to the variable that gets the rank-order total parameter.

Return Values

DWC_RNK_SUCCESS Succeeded.
DWC_RNK_IN_ERROR An error is being generated.
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/07/21 Revised the parameter notation.
2006/04/14 Initial version.


CONFIDENTIAL