DWC_RnkProcess

C Specification


#include <dwc.h>

DWCRnkError DWC_RnkProcess();

Description

Updates the asynchronous process. This function should be called at a frequency of around once per game frame (or 30 fps).

Arguments

None.

Return Values

DWC_RNK_SUCCESS Succeeded
DWC_RNK_IN_ERROR An error is being generated.
DWC_RNK_PROCESS_NOTASK There is no asynchronous task.

See Also

DWC_RnkGetState

Revision History

04/14/2006 Initial version.