#include <nd/dwc_nd.h>
void DWC_NdCleanupAsync( DWCNdCleanupCallback callback )
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.
callback |
Pointer to the callback function that is called when the process that shuts down the Download library has completed. |
None.
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