EnableStationBroadcasts

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

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 EnableStationBroadcasts (void); 
  

Return Values

The following table lists return values and descriptions.

Value

Hex

Name

0

(0x00)

ESUCCESS

NetWare Error

UNSUCCESSFUL

Remarks

This function allows a connection or server console to receive broadcast messages from other connections.

See Also

DisableStationBroadcasts