DWC_NdCancelAsync

Syntax


#include <nd/dwc_nd.h>

BOOL DWC_NdCancelAsync( void )
				

Description

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.

Arguments

None.

Return Values

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.

See Also

DWC_NdInitAsync
DWC_GetLastErrorEx
DWCNdCallback
DWCNdError

Revision History

2006/04/26 Initial version.


CONFIDENTIAL