1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META http-equiv="Content-Style-Type" content="text/css">
7<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
8<title>DWC_NdCleanupAsync</title>
9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
10</head>
11
12<body>
13<a name="dwc__nd_8h_1b5866639aee7fb3a9d693a1411625ee0"></a>
14<h1 align="left">DWC_NdCleanupAsync</h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;dwc.h&gt;</CODE><BR>
20  <BR>
21  <PRE><CODE>BOOL <a href=DWC_NdCleanupAsync.html#dwc__nd_8h_1b5866639aee7fb3a9d693a1411625ee0>DWC_NdCleanupAsync</a>(void);</CODE></PRE></dd>
22</dl>
23
24<h2>Arguments</h2>
25
26<p>None.</p>
27
28<h2>Return Values</h2>
29
30<TABLE border="1" width="100%">
31  <TBODY>
32
33    <TR>
34<TD width="13%"><EM><STRONG>TRUE</STRONG></EM></TD>
35<TD width="87%">Successful.</TD>
36    </TR>
37
38    <TR>
39<TD width="13%"><EM><STRONG>FALSE</STRONG></EM></TD>
40<TD width="87%">Use the <a href=DWC_GetLastErrorEx.html#dwc__error_8h_118bd79f5d5151259c19c4e552e5e633b><CODE>DWC_GetLastErrorEx</CODE></a> function to obtain the error information.</TD>
41    </TR>
42
43  </TBODY>
44</TABLE>
45
46<H2>Description</H2>
47<p>Starts the process of closing the download library.</p><p>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 <a href=DWC_NdProcess.html#dwc__nd_8h_1b38515d259a11713e7552ee183b7e55e><CODE>DWC_NdProcess</CODE></a> function returns <a href=Macro.html#dwc__nd_8h_16dd63254afcd3d1cc5f3a7851c0c8ef1b92898ee1b47439262313646f2fe46ee><CODE>DWC_ND_STATE_COMPLETE</CODE></a>, and the <a href=Macro.html#dwc__nd_8h_15516f9a01edfa95b9587f88bfdbd9f61><CODE>DWCNdError</CODE></a> callback is called if it has been configured.</p>
48
49<h2>See Also</h2>
50<p>
51
52<CODE><A href="DWC_NdProcess.html">DWC_NdProcess</A></CODE>
53
54</p>
55
56<H2>Revision History</H2>
57<DL>
58
59<DT><para>1.4.7</DT>
60<DD>Added a description of usage.</DD>
61
62</DL>
63<hr><p>CONFIDENTIAL</p></body>
64</html>
65