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<link rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<title>NHTTPCleanupAsync</title>
9</head>
10
11<body>
12
13<h1>NHTTPCleanupAsync</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre><code>
17#include &lt;revolution/nhttp/NHTTPStartup.h&gt;
18
19void NHTTPCleanupAsync( <a href="./NHTTPCleanupCallback.html">NHTTPCleanupCallback</a> callback );
20</code></pre></dd></dl>
21
22<h2>Arguments</h2>
23<p>
24<table border="1" >
25  <tr>
26<td valign="top" width="120" bgcolor="#ffffe8"><code><strong><em>callback</em></strong></code></td>
27<td width="520">Pointer to the <a href="./NHTTPCleanupCallback.html"><CODE>NHTTPCleanupCallback</CODE></a> type callback function called at the completion of the NHTTP library release operation.</td>
28  </tr>
29</table>
30<h2>Return Values</h2>
31<pre>
32None.
33</pre>
34
35<h2>Description</h2>
36<p>
37Requests shutdown of the NHTTP library that was started by the <a href="./NHTTPStartup.html"><CODE>NHTTPStartup</CODE></a> function.<br>After this call is made, the processes for shutting down threads used for internal processing and deallocating dynamically allocated memory are run inside the library. Once all shutdown processes have completed, notification of completion is issued to applications using a <a href="./NHTTPCleanupCallback.html"><CODE>NHTTPCleanupCallback</CODE></a>.<br>
38</p>
39
40<h2>See Also</h2>
41<p>
42<code><a href="NHTTPStartup.html">NHTTPStartup</a></code>
43</p>
44
45<h2>Revision History</h2>
46<p>
472008/02/01 Initial version.<br>
48</p>
49
50<hr><p>CONFIDENTIAL</p></body>
51
52</html>
53