#include <dwc.h>
DWCRnkError DWC_RnkCancelProcess();
Cancels asynchronous processing.
If the function ends normally, the status moves to DWC_RNK_STATE_ERROR.
To run the communications process again, use DWC_RnkShutdown to run the shutdown process, then initialize with DWC_RnkInitialize.
None.
DWC_RNK_SUCCESS |
Succeeded |
DWC_RNK_IN_ERROR |
An error is being generated. |
DWC_RNK_ERROR_CANCEL_NOTASK |
There is no asynchronous task. |
DWC_RnkInitialize, DWC_RnkShutdown
04/14/2006 Initial version.