DisableStationBroadcasts

Disables message reception (For cross-platform functionality, see Developing NLMs with Cross-Platform Functions ( NDK: NLM Development Concepts, Tools, and Functions) and call NWDisableBroadcasts)

Local Servers:N/A
Remote Servers:blocking
Classification:3.x, 4.x, 5.x, 6.x
Service:Server-Based Message

Syntax

  #include <\nlm\nit\nwmsg.h>  
   
  int DisableStationBroadcasts (void); 
  

Return Values

The following table lists return values and descriptions.

Value

Hex

Name

0

(0x00)

ESUCCESS

NetWare Error

UNSUCCESSFUL

Remarks

This function disables a connection from receiving broadcast messages from other connections.

See Also

EnableStationBroadcasts