DWC_NdCleanupAsync

C Specification


#include <nd/dwc_nd.h>

void DWC_NdCleanupAsync( DWCNdCleanupCallback callback )
				

Description

Starts the process that shuts down the Download library.

The callback function designated with callback is called when the Download Library shutdown 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 shuts down the Download library has completed.

Return Values

None.

See Also

DWCNdCleanupCallback

Revision History

08/24/2006 Added a note related to calling the function.
08/02/2006 Added a description about when a callback is generated.
04/26/2006 Initial version.


CONFIDENTIAL