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>WFSRequestClientReadDoneCallback</title> 7<link rel="stylesheet" href="../css/nitro.css" type="text/css" /> 8</head> 9 10<body> 11 12<h1>WFSRequestClientReadDoneCallback</h1> 13<h2>Definition</h2> 14 15<dl> 16 <dd> 17<code>#include <nitro/wfs.h></code><br /> 18 <br /> 19<pre> 20typedef void (*WFSRequestClientReadDoneCallback)(WFSClientContext *context, BOOL succeeded, void *arg); 21</pre> 22 <br /> 23 </dd> 24</dl> 25 26<h2>Description</h2> 27<p>Declares the prototype for the completion callback used by <a href="client/WFS_RequestClientRead.html"><code>WFS_RequestClientRead</code></a>. The arguments are described below:</p> 28 29<h2>Elements</h2> 30<table border="1" width="100%"> 31 <tbody> 32 <tr> 33 <td>context</td> 34 <td>Pointer to the <CODE>WFSClientContext</CODE> structure.</td> 35 </tr> 36 <tr> 37 <td>succeeded</td> 38 <td>TRUE if the request completed normally; FALSE if it failed.<br /> 39 If <a href="client/WFS_EndClient.html"><code>WFS_EndClient</code></a> is called while a request is in progress, it will fail.</td> 40 </tr> 41 <tr> 42 <td>arg</td> 43 <td>Optional argument specified to <a href="client/WFS_RequestClientRead.html"><code>WFS_RequestClientRead</code></a>.</td> 44 </tr> 45 </tbody> 46</table> 47 48<h2>See Also</h2> 49<p><code><a href="client/WFS_RequestClientRead.html">WFS_RequestClientRead</a>, <a href="client/WFS_EndClient.html">WFS_EndClient</a></code></p> 50 51<h2>Revision History</h2> 52<p> 532007/06/11 Initial version. 54</p> 55<hr><p>CONFIDENTIAL</p></body> 56</html> 57