NWSendConsoleBroadcast
Broadcasts a message to the specified logical connections on the specified NetWare server
#include <nwmsg.h>
or
#include <nwcalls.h>
NWCCODE N_API NWSendConsoleBroadcast (
NWCONN_HANDLE conn,
const nstr8 N_FAR *message,
nuint16 connCount,
pnuint16 connList);
uses calwin32
Function NWSendConsoleBroadcast
(conn : NWCONN_HANDLE;
message : pnstr8;
connCount : nuint16;
connList : pnuint16
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
The requesting client must have operator rights to call NWSendConsoleBroadcast.
Messages are not received by workstations that have disabled broadcasts or workstations that are not logged in. If connCount is set to 0, the message is sent to all connections.