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>NHTTPGetError</title> 9</head> 10 11<body> 12 13<h1>NHTTPGetError</h1> 14 15<h2>Syntax</h2> 16<dl><dd><pre><code> 17#include <revolution/nhttp/NHTTPStartup.h> 18 19NHTTPError NHTTPGetError(void); 20</code></pre></dd></dl> 21 22<h2>Arguments</h2> 23<p> 24None. 25</p> 26 27<h2>Return Values</h2> 28<pre> 29Returns the last <code><a href="./NHTTPError.html">NHTTPError</a></code> error value generated inside the NHTTP library. 30</pre> 31 32<h2>Description</h2> 33<p>Gets the content of the last error that occurred in the entire NHTTP library.</p> 34 35<h2>See Also</h2> 36<p>None.</p> 37 38<h2>Revision History</h2> 39<p> 402006/02/01 Initial version.<br> 41</p> 42 43<hr><p>CONFIDENTIAL</p></body> 44</html> 45