#include <nd/dwc_nd.h>
BOOL DWC_NdCancelAsync( void )
Cancels the asynchronous process currently run by the Download library.
When cancellation of the asynchronous process has completed, the DWCNdCallback type callback function specified by DWC_NdInitAsync is called. At that time, DWC_ND_ERROR_CANCELED is entered for the error argument of the callback function.
None.
TRUE |
Success. The callback function is called when cancellation of the asynchronous process has completed. |
FALSE |
Failed, or else there was no asynchronous processing to be cancelled. Use the DWC_GetLastErrorEx function to get the error information. |
DWC_NdInitAsync
DWC_GetLastErrorEx
DWCNdCallback
DWCNdError
2006/04/26 Initial version.
CONFIDENTIAL