WFS_StartClient 

Syntax

#include <nitro/wfs.h>

void WFS_StartClient(WFSClientContext *context, const WFSPeerInfo *peer);

Arguments

context Pointer to the WFSClientContext structure.
peer Pointer to the WFSPeerInfo structure in which the local host's connection information is stored

Return Values

None.

Description

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.

See Also

WFS_InitClient, WFS_EndClient, WFS_CallClientConnectHook, WFS_CallClientDisconnectHook, WFS_CallClientPacketSendHook, WFS_CallClientPacketRecvHook

Revision History

2007/06/06 Initial version.


CONFIDENTIAL