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_EndClient</title>
7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" />
8</head>
9<body>
10
11<h1>WFS_EndClient <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 /> <br /> <code>void WFS_EndClient(WFSClientContext *context);</code><br /> <br />
17  </dd>
18</dl>
19<h2>Arguments</h2>
20<table border="1" width="100%">
21  <tbody>
22    <tr>
23<td style="width:13%"><CODE>context</CODE></td>
24<td style="width:87%">Pointer to the <CODE>WFSClientContext</CODE> structure to be deallocated.</td>
25    </tr>
26  </tbody>
27</table>
28<h2>Return Values</h2>
29<p>None.</p>
30
31<h2>Description</h2>
32<p>Frees the WFS child (client) context structure initialized by the <a href="WFS_InitClient.html"><code>WFS_InitClient</code></a> function. 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>
33</p>
34
35<h2>Note</h2>
36<ul>
37<li><font color="red">If MP communications are terminated while a child (client) is accessing a file from the parent (server), there will be no notification of completion, and the process will continue to be blocked unless this function is called.</font></li>
38</ul>
39
40<h2>See Also</h2>
41<p><a href="WFS_InitClient.html"><CODE>WFS_InitClient</CODE></a></p>
42
43<h2>Revision History</h2>
44<p>
452007/09/27 Added cautions for children/clients related to completion processing.<br /> 2007/06/06 Initial version.<br />
46</p>
47<hr><p>CONFIDENTIAL</p></body>
48</html>
49