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_StartClient</title> 7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" /> 8</head> 9 10<body> 11 12<h1>WFS_StartClient <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></h1> 13<h2>Syntax</h2> 14 15<dl> 16 <dd> 17<code>#include <nitro/wfs.h></code><br /> 18 <br /> 19 <code>void WFS_StartClient(WFSClientContext *context, const <a href="../WFSPeerInfo.html">WFSPeerInfo</a> *peer);</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>peer</strong></em></td> 33 <td style="width:87%">Pointer to the <a href="../WFSPeerInfo.html"><CODE>WFSPeerInfo</CODE></a> structure in which the local host's connection information is stored</td> 34 </tr> 35 </tbody> 36</table> 37 38<h2>Return Values</h2> 39<p>None.</p> 40 41<h2>Description</h2> 42<p>Notifies the library that MP communication has started for a WFS child (client). This function must be called before calling any MP communication hook functions.</p> 43 44<h2>See Also</h2> 45<p> 46<a href="WFS_InitClient.html">WFS_InitClient</a>, <a href="WFS_EndClient.html">WFS_EndClient</a>, <a href="WFS_CallClientConnectHook.html">WFS_CallClientConnectHook</a>, <a href="WFS_CallClientDisconnectHook.html">WFS_CallClientDisconnectHook</a>, <a href="WFS_CallClientPacketSendHook.html">WFS_CallClientPacketSendHook</a>, <a href="WFS_CallClientPacketRecvHook.html">WFS_CallClientPacketRecvHook</a> 47</p> 48 49<h2>Revision History</h2> 50<p> 512007/06/06 Initial version. 52</p> 53<hr><p>CONFIDENTIAL</p></body> 54</html> 55