NWGetBroadcastMessage(3nw)


NWGetBroadcastMessage -- returns a message from the specified server

Synopsis

   #include <nwmsg.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWGetBroadcastMessage (NWCONN_HANDLE conn, pnstr8 message);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

message
(OUT) Points to the message buffer where the message will be stored.

Return values

0x0000
SUCCESSFUL

0x89FD
BAD_STATION_NUMBER

Notices

Because some servers support 256-byte messages, the message buffer passed in should be large enough to contain messages of this size.

Services

Message

NCP calls

0x2222 21 01
Get Broadcast Message

0x2222 21 11
Get Broadcast Message (new)

0x2222 23 17
Get File Server Information

30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.