DWC_RnkProcess

Syntax

#include <dwc.h>

DWCRnkError DWC_RnkProcess();

Arguments

None.

Return Values

DWC_RNK_SUCCESS Succeeded.
DWC_RNK_IN_ERROR An error is occurring.
DWC_RNK_PROCESS_NOTASK No asynchronous task.
DWC_RNK_PROCESS_TIMEOUT Timeout occurred (30 seconds).

Description

Updates the asynchronous process. Call this function approximately once per game frame. (This is still possible at 30 fps.)

Revision History

1.4.11
Added the timeout time.
1.4.10
Introduced timeouts.

CONFIDENTIAL