#include <dwc.h>
DWCRnkError DWC_RnkCancelProcess();
Cancels asynchronous processing.
If the function ends normally, the status changes to DWC_RNK_STATE_ERROR.
If you want to perform communications again, be sure to perform the shutdown with DWC_RnkShutdown, then initialize with DWC_RnkInitialize.
None.
DWC_RNK_SUCCESS |
Succeeded. |
DWC_RNK_IN_ERROR |
An error is being generated. |
DWC_RNK_ERROR_CANCEL_NOTASK |
No asynchronous task. |
DWC_RnkInitialize, DWC_RnkShutdown
2006/04/14 Initial version.
CONFIDENTIAL