NWDisableBroadcasts(3nw)
NWDisableBroadcasts --
informs the server a client does not want to receive messages from other client
Synopsis
#include <nwmsg.h>
or
#include <nwcalls.h>
NWCCODE N_API NWDisableBroadcasts
(NWCONN_HANDLE conn);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
Return values
- 0x0000
-
SUCCESSFUL
- 0x89FF
-
Broadcast Disabled
Notices
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.
Services
Message
NCP calls
- 0x2222 21 2
-
Disable Broadcasts
References
NWEnableBroadcasts(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.