#include <dwc.h>BOOL DWC_NdCleanupAsync(void);None.
| TRUE | Successful. |
| FALSE | Use the DWC_GetLastErrorEx function to obtain the error information. |
Starts the process of closing the download library.
When the callback function is called, a process for closing sockets used by the Download Library has already started, but it may not have completed. On completion, the DWC_NdProcess function returns DWC_ND_STATE_COMPLETE, and the DWCNdError callback is called if it has been configured.
CONFIDENTIAL