Int 21 Fn E3 - Novell Netware - File Server - Send Console Broadcast [N]
AH = E3h subfn D1h
DS:SI -> request buffer (see #1710)
ES:DI -> reply buffer (see #1712)
Return: AL = status (00h,C6h) (see #1713)
Notes: this function is supported by Advanced NetWare 2.1+
the calling workstation must have console operator privileges
the broadcast message will not be received by workstations which have
disabled broadcasts with AH=E1h/SF=02h
See Also: AH=E1h/SF=02h,AH=E1h/SF=09h,AH=E3h/SF=C8h,AH=E3h/SF=D3h
See Also: AX=F217h/SF=D1h
Format of NetWare "Send Console Broadcast" request buffer:
Offset Size Description (Table 1710)
00h WORD length of following data (max A2h)
02h BYTE D1h (subfunction "Send Console Broadcast")
03h BYTE number of connections to receive message
00h = all, else specific list below
04h N BYTEs connection list
BYTE length of message (max 3Ch)
N BYTEs message
See Also: #1712