DWC_NdCancelAsync

C Specification


#include <nd/dwc_nd.h>

BOOL DWC_NdCancelAsync( void )
				

Description

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.

Arguments

None.

Return Values

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.

See Also

DWC_NdInitAsync, DWC_GetLastError, DWCNdCallback, DWCNdError

Revision History

04/26/2006 Initial version.


CONFIDENTIAL