DWC_NdCleanupAsync

Syntax

#include <dwc.h>

BOOL DWC_NdCleanupAsync(void);

Arguments

None.

Return Values

TRUE Successful.
FALSE Use the DWC_GetLastErrorEx function to obtain the error information.

Description

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.

See Also

DWC_NdProcess

Revision History

1.4.7
Added a description of usage.

CONFIDENTIAL