#include <nitro/wfs.h>
void WFS_StartClient(WFSClientContext *context, const WFSPeerInfo *peer);
context | Pointer to the WFSClientContext structure. |
peer | Pointer to the WFSPeerInfo structure in which the local host's connection information is stored |
None.
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.
WFS_InitClient, WFS_EndClient, WFS_CallClientConnectHook, WFS_CallClientDisconnectHook, WFS_CallClientPacketSendHook, WFS_CallClientPacketRecvHook
2007/06/06 Initial version.
CONFIDENTIAL