The information in this article applies to:
SUMMARY
Win32-based applications that are designed to run with Win32s need to check
the message queue through a GetMessage() or PeekMessage() call to avoid
locking up the system. With Windows NT this is not a problem, because the
input model is desynchronized. That is, each thread has its own input event
queue rather than having one queue for the entire system. In a synchronous
input model, one application can block all of the others by allowing the
single system queue to fill up with its messages. With Windows NT, an
application that lets its input queue fill up will not affect other
applications.
Additional query words: 1.10 1.20
Keywords : |
Last Reviewed: January 10, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |