1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html xmlns="http://www.w3.org/1999/xhtml">
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<title>WFS_EndServer</title>
7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" />
8</head>
9<body>
10
11<h1>WFS_EndServer <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></h1>
12<h2>Syntax</h2>
13
14<dl>
15  <dd>
16<code>#include &lt;nitro/wfs.h&gt;</code><br />
17  <br />
18  <code>void WFS_EndServer(WFSServerContext *context);</code><br />
19  <br />
20  </dd>
21</dl>
22<h2>Arguments</h2>
23<table border="1" width="100%">
24  <tbody>
25    <tr>
26      <td style="width:13%"><em><strong>context</strong></em></td>
27      <td style="width:87%">Pointer to the <CODE>WFSServerContext</CODE> structure to be deallocated</td>
28    </tr>
29  </tbody>
30</table>
31<h2>Return Values</h2>
32<p>None.</p>
33
34<h2>Description</h2>
35<p>Frees the WFS server context structure initialized by the <a href="WFS_InitServer.html"><CODE>WFS_InitServer</CODE></a> function.<br />If there is memory allocated dynamically within the WFS library, it is automatically deallocated by this function call.<BR>This function has absolutely no impact on the status of the OS or wireless communications because it only deallocates the contents of the <CODE>WFSClientContext</CODE> structure.<BR>
36</p>
37
38<h2>See Also</h2>
39<p><code><a href="WFS_InitServer.html">WFS_InitServer</a> <br /></code></p>
40
41<h2>Revision History</h2>
42<p>
432007/06/06 Initial version.
44</p>
45<hr><p>CONFIDENTIAL</p></body>
46</html>
47