NWDisableBroadcasts
Informs the server a client does not want to receive messages from other client
#include <nwmsg.h>
or
#include <nwcalls.h>
NWCCODE N_API NWDisableBroadcasts (
NWCONN_HANDLE conn);
uses calwin32
Function NWDisableBroadcasts
(conn : NWCONN_HANDLE
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
After calling NWDisableBroadcasts, the server does not allow other clients to log messages for forwarding to this client. If another client attempts to broadcast to a client with broadcast disabled, 0x89FF (failed) is returned. NWDisableBroadcasts can be used by any client.