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_GetClientReadProgress</title>
7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" />
8</head>
9
10<body>
11
12<h1>WFS_GetClientReadProgress&nbsp;<img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></h1>
13<h2>Syntax</h2>
14
15<dl>
16  <dd>
17<code>#include &lt;nitro/wfs.h&gt;</code><br />
18  <br />
19  <code>void WFS_GetClientReadProgress(WFSClientContext *context, int *current, int *total);</code><br />
20  <br />
21  </dd>
22</dl>
23
24<h2>Arguments</h2>
25<table border="1" width="100%">
26  <tbody>
27    <tr>
28      <td style="width:13%"><em><strong>context</strong></em></td>
29      <td style="width:87%">Pointer to the <CODE>WFSClientContext</CODE> structure.</td>
30    </tr>
31    <tr>
32      <td style="width:13%"><em><strong>current</strong></em></td>
33      <td style="width:87%">Pointer to the int variable used to retrieve the number of packets already received</td>
34    </tr>
35    <tr>
36      <td style="width:13%"><em><strong>total</strong></em></td>
37      <td style="width:87%">Pointer to the int variable used to retrieve the total number of packets expected to be received</td>
38    </tr>
39  </tbody>
40</table>
41
42<h2>Return Values</h2>
43<p>None.</p>
44
45<h2>Description</h2>
46<p>Gets the current status of a ROM image read request that was issued using <a href="WFS_RequestClientRead.html"><CODE>WFS_RequestClientRead</CODE></a>. Progress status can be retrieved in the format <em>(number of packets already received) / (total number of packets expected)</em>.
47</p>
48<h2>See Also</h2>
49<p>
50<a href="WFS_RequestClientRead.html"><CODE>WFS_RequestClientRead</CODE></a>
51</p>
52
53<h2>Revision History</h2>
54<p>
552007/06/06 Initial version.
56</p>
57<hr><p>CONFIDENTIAL</p></body>
58</html>
59