NWSetBroadcastMode
Sets the message mode of the requesting workstation
#include <nwmsg.h>
or
#include <nwcalls.h>
NWCCODE N_API NWSetBroadcastMode (
NWCONN_HANDLE conn,
nuint16 mode);
uses calwin32
Function NWSetBroadcastMode
(conn : NWCONN_HANDLE;
mode : nuint16
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
NWSetBroadcastMode can be used by any client.
When a broadcast message is sent, the NetWare server attempts to store the message in the message buffer of each target connection. The result of this action depends on the broadcast mode of the target station. The default mode is 0x00, receive all broadcasts. However, broadcast modes can be set to any one of the following by calling NWSetBroadcastMode :
NOTE:When using NETX, NWCONN_HANDLE is ignored and NWBROADCAST_MODE is set for all logged-in connections.