DWC_RnkCancelProcess

Syntax


#include <dwc.h>

DWCRnkError	DWC_RnkCancelProcess();

Description

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.

Arguments

None.

Return Values

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

See Also

DWC_RnkInitialize, DWC_RnkShutdown

Revision History

2006/04/14 Initial version.


CONFIDENTIAL