#include <dwc.h>
DWCRnkError DWC_RnkProcess();
Updates the asynchronous process. Call this function approximately once per game frame (30 fps is also OK).
None.
DWC_RNK_SUCCESS |
Succeeded. |
DWC_RNK_IN_ERROR |
An error is being generated. |
DWC_RNK_PROCESS_NOTASK |
No asynchronous task. |
DWC_RNK_PROCESS_TIMEOUT |
Timeout occurs (30 seconds). |
2007/12/27 Implemented a timeout process.
2006/04/14 Initial version.
CONFIDENTIAL