1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<meta http-equiv="Content-Style-Type" content="text/css"> 6<link rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 7<base target="main"> 8<title>NHTTP Function List</title> 9</head> 10<body> 11<h1>NHTTP Function List</H1> 12 13<H2><a name="Init">Initialization</a></H2> 14<table border="1"> 15 <tbody> 16 <tr> 17<td><a href="NHTTPStartup.html"><code>NHTTPStartup</code></a></td> 18<td>Initializes the NHTTP library.</td> 19 </tr> 20 <tr> 21<td><a href="NHTTPCleanupAsync.html"><code>NHTTPCleanupAsync</code></a></td> 22<td>Closes the NHTTP library.</td> 23 </tr> 24 </tbody> 25</table> 26 27<H2><a name="General">General</a></H2> 28<table border="1"> 29 <tbody> 30 <tr> 31<td><a href="NHTTPGetError.html"><code>NHTTPGetError</code></a></td> 32<td>Obtains the last error state from the NHTTP library.</td> 33 </tr> 34 </tbody> 35</table> 36 37<H2><a name="Callback">Callback Functions</a></H2> 38<table border="1"> 39 <tbody> 40 <tr> 41<td><a href="NHTTPCleanupCallback.html"><code>NHTTPCleanupCallback</code></a></td> 42<td>A callback function that makes the NHTTP library close process completion notification.</td> 43 </tr> 44 </tbody> 45</table> 46 47<H2><a name="Types">Constants and Structures</a></H2> 48<table border="1"> 49 <tbody> 50 <tr> 51<td><a href="NHTTPError.html"><code>NHTTPError</code></a></td> 52<td>Error enumeration type defined by the NHTTP library.</td> 53 </tr> 54 </tbody> 55</table> 56 57<TABLE border="0" height="100%"><TR><TD style="background-color:white"></TD></TR></TABLE> 58<hr><p>CONFIDENTIAL</p></body> 59</html> 60