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_GetTableFormat</title>
7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" />
8</head>
9<body>
10
11<h1>WFS_GetTableFormat <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>const <a href="../WFSTableFormat.html">WFSTableFormat</a> *WFS_GetTableFormat(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 a pointer to the <code><a href="../WFSTableFormat.html">WFSTableFormat</a></code> structure extracted from which file table information about the ROM image is extracted, or returns NULL.</p>
33
34<h2>Description</h2>
35<p>References the file table information of the ROM image that was automatically retrieved from the parent (server). This information is referenced in the format of a <a href="../WFSTableFormat.html"><CODE>WFSTableFormat</CODE></a> structure. This information can be used to mount file systems using the FS library. The data referenced by the pointer obtained here is guaranteed to be unchanged until <a href="WFS_EndClient.html"><CODE>WFS_EndClient</CODE></a> is called.</p>
36<p>This function also returns NULL if called before notification of a <a href="../WFSEventType.html"><CODE>WFS_EVENT_CLIENT_READY</CODE></a> event.</p>
37
38<h2>See Also</h2>
39<p><code><a href="../WFSEventType.html">WFSEventType</a>, <a href="../WFSTableFormat.html">WFSTableFormat</a></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