Display of Domain-Wide Message Broadcast Msgs. in DOS LAN Man

ID: Q66281


The information in this article applies to:
  • Microsoft LAN Manager, versions 2.0, 2.1, 2.1a, 2.2


SUMMARY

If a DOS Enhanced user has the Network Information (NIF) Screen up and receives domain-wide broadcast messages (for example, NET SEND /DOMAIN:MYDOMAIN "TEXT"), the user does not get a popup until he or she quits the NIF screen. Once the user exits the NIF screen, a popup that lists all broadcast messages that were received while they had the NIF screen up will be displayed.


MORE INFORMATION

This is not the case when a directed message is sent to the user (for example, NET SEND USER "TEXT"). The user will get a popup while the NIF screen is being displayed.

This is considered to be correct behavior. Domain-wide messaging is implemented via the mailslot API calls. The messenger checks its mailslot to see if there is any data in the mailslot on Int 28s, and because the NIF doesn't generate Int 28s in its idle loop, the messenger never gets a chance to run; thus, it doesn't pop up until the NIF exits. At that time, the messenger will run, see the message in the mailslot, and pop it up.

Additional query words: 2.00 2.10 2.10a 2.20

Keywords :
Version : :2.0,2.1,2.1a,2.2
Platform :
Issue type :


Last Reviewed: November 9, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.