DWC_RnkResGetTotal

Syntax

#include <dwc.h>
DWCRnkError DWC_RnkResGetTotal(u32 *total);

Arguments

total Pointer to the variable that gets the 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.

Description

Gets the number of scores that conform to the filtering conditions designated in the call to the DWC_RnkGetScoreAsync function. This number is the parameter.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL