NWBroadcastToConsole(3nw)
NWBroadcastToConsole --
sends a message to the default server's system console
Synopsis
#include <nwmsg.h>
or
#include <nwcalls.h>
NWCCODE N_API NWBroadcastToConsole
(NWCONN_HANDLE conn,
pnstr8 message);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare® server connection handle.
- message
-
(IN) Points to the NULL-terminated message to be sent.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
Notices
The message is displayed in a single line on the console screen after the
colon (:) prompt. Messages longer than 58 bytes are truncated without
notifying the broadcasting
workstation. New messages overwrite previous messages at the console.
Services
Message
NCP calls
0x2222 21 9 Broadcast To Console
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.