#include <dwc.h>
DWCRnkError DWC_RnkProcess();
Updates the asynchronous process. This function should be called at a frequency of around once per game frame (or 30 fps).
None.
DWC_RNK_SUCCESS |
Succeeded |
DWC_RNK_IN_ERROR |
An error is being generated. |
DWC_RNK_PROCESS_NOTASK |
There is no asynchronous task. |
04/14/2006 Initial version.