NWEnableBroadcasts

Allows a client to enable message reception after broadcast reception has been disabled by calling NWDisableBroadcasts

Local Servers:blocking
Remote Servers:blocking
NetWare Server:3.11, 3.12, 3.2, 4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Message

Syntax

C

  #include <nwmsg.h> 
  or 
  #include <nwcalls.h> 
   
  NWCCODE N_API  NWEnableBroadcasts  ( 
     NWCONN_HANDLE   conn);
  

Delphi

  uses calwin32 
   
  Function NWEnableBroadcasts 
    (conn : NWCONN_HANDLE 
  ) : NWCCODE;
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.

Return Values

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

SUCCESSFUL

Remarks

Messages are enabled by default when the connection is first established. NWEnableBroadcasts can be called by any client.

NCP Calls

See Also

NWDisableBroadcasts