#include <nd/dwc_nd.h>
BOOL DWC_NdCancelAsync( void )
Cancels the asynchronous process that the Download library is currently executing.
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 |
Successful. The callback function is called when cancellation of the asynchronous process has completed. |
FALSE |
If the process fails or the asynchronous process that was supposed ot be cancelled does not exist, use the DWC_GetLastError function to get the error information. |
DWC_NdInitAsync, DWC_GetLastError, DWCNdCallback, DWCNdError
04/26/2006 Initial version.
CONFIDENTIAL