DWC_NdCleanupAsync

Syntax


#include <nd/dwc_nd.h>

BOOL DWC_NdCleanupAsync( DWCNdCleanupCallback callback )
				

Description

Starts the process of closing the Download Library.

The callback function designated with callback is called when the Download Library termination process completes.
When the callback function is called, a process for closing sockets used by the Download Library will start but sometimes 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 called when the Download Library has terminated.

Return Values

TRUE Success. 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