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_IsClientReady</title>
7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" />
8</head>
9<body>
10
11<h1>WFS_IsClientReady&nbsp;<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>BOOL WFS_IsClientReady(const WFSClientContext *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>WFSClientContext</CODE> structure.</td>
28    </tr>
29  </tbody>
30</table>
31<h2>Return Values</h2>
32<p>Returns TRUE if the all preparations have completed on the child (client) side; returns FALSE otherwise.</p>
33
34<h2>Description</h2>
35<p>Determines whether the WFS child (client) is ready. This function returns true once the ROM file table has been received from the server and a <a href="../WFSEventType.html"><CODE>WFS_EVENT_CLIENT_READY</CODE></a> event notification has been issued. Unless the preparation has completed, it is not possible to use functions like <a href="WFS_GetTableFormat.html"><CODE>WFS_GetTableFormat</CODE></a>, <a href="WFS_RequestClientRead.html"><CODE>WFS_RequestClientRead</CODE></a>, or <a href="WFS_ReplaceRomArchive.html"><CODE>WFS_ReplaceRomArchive</CODE></a>.</p>
36
37<h2>See Also</h2>
38<p><code><a href="../WFSEventType.html">WFSEventType</a>, <br /> <a href="WFS_GetTableFormat.html">WFS_GetTableFormat</a>, <a href="WFS_RequestClientRead.html">WFS_RequestClientRead</a>, <a href="WFS_ReplaceRomArchive.html">WFS_ReplaceRomArchive</a></code></p>
39
40<h2>Revision History</h2>
41<p>
422007/06/11 Initial version.
43</p>
44<hr><p>CONFIDENTIAL</p></body>
45</html>
46