DWC_NdCleanupAsync

C Specification


#include <nd/dwc_nd.h>

BOOL DWC_NdCleanupAsync( DWCNdCleanupCallback callback )
				

Description

Starts the process that ends the Download library.

The callback function designated with callback is called when the Download Library end process completes.
When the callback function is called, a process for closing sockets used by the Download Library will start, but sometimes may not terminate completely.

Do not call this function from inside a callback that is called by the Download Library.

Arguments

callback Pointer to the callback function that is called when the process that ends the Download library has completed.

Return Values

TRUE Successful. The callback function is called when the close operation is complete.
FALSE The download library is not initialized.
The callback function will not be called.

See Also

DWCNdCleanupCallback

Revision History

2006/09/05 Changed the return value from void to BOOL.
2006/08/24 Added a caution regarding calling.
2006/08/02 Added descriptions on callback generation.
2006/04/26 Initial version.


CONFIDENTIAL