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_ReplaceRomArchive</title>
7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" />
8</head>
9<body>
10
11<h1>WFS_ReplaceRomArchive&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>void WFS_ReplaceRomArchive(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>None.</p>
33
34<h2>Description</h2>
35<p>Re-mounts the FS library standard archive &quot;rom&quot; so that the server can be accessed via the WFS library. After this function is called, it is possible to use all file system operations on the &quot;rom&quot; archive. This function cannot be called until client preparations are complete and <a href="../WFSEventType.html" target="_self"><CODE>WFS_EVENT_CLIENT_READY</CODE></a> event notification has been issued. This function does nothing if called before these conditions are met.
36</p>
37<p>
38After this function is called, the library will start using <a href="WFS_RequestClientRead.html"><CODE>WFS_RequestClientRead</CODE></a> internally. If you want to call <a href="WFS_RequestClientRead.html"><CODE>WFS_RequestClientRead</CODE></a> directly from your application, you can't use this function too.
39</p>
40
41<h2>See Also</h2>
42<p><code><a href="../WFSEventType.html">WFS_EVENT_CLIENT_READY</a>, <br /> <a href="WFS_IsClientReady.html">WFS_IsClientReady</a>, <a href="WFS_RequestClientRead.html">WFS_RequestClientRead</a> <br /></code></p>
43
44<h2>Revision History</h2>
45<p>
462007/06/11 Initial version.
47</p>
48<hr><p>CONFIDENTIAL</p></body>
49</html>
50