DWC_RnkCancelProcess

C Specification


#include <dwc.h>

DWCRnkError	DWC_RnkCancelProcess();

Description

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.

Arguments

None.

Return Values

DWC_RNK_SUCCESS Succeeded
DWC_RNK_IN_ERROR An error is being generated.
DWC_RNK_ERROR_CANCEL_NOTASK There is no asynchronous task.

See Also

DWC_RnkInitialize, DWC_RnkShutdown

Revision History

04/14/2006 Initial version.