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>NHTTPCleanupCallback</title> 9</head> 10 11<body> 12 13<h1>NHTTPCleanupCallback</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre><code> 17#include <revolution/nhttp/NHTTPStartup.h> 18 19typedef void (*NHTTPCleanupCallback)( void ); 20</code></pre></dd></dl> 21 22<h2>Arguments</h2> 23<p> 24None. 25</p> 26 27<h2>Return Values</h2> 28<pre> 29None. 30</pre> 31 32 33<h2>Description</h2> 34<p> 35Pointer to the callback function called at the completion of NHTTP library shutdown.<br>There is no special processing that must be done when applications receive this notification. 36</p> 37 38<h2>See Also</h2> 39<p> 40<code><a href="NHTTPCleanupAsync.html">NHTTPCleanupAsync</a></code> 41</p> 42 43<h2>Revision History</h2> 44<p>2008/02/01 Initial version.<br> 45</p> 46 47<hr><p>CONFIDENTIAL</p></body> 48</html> 49