Summary of message types existing
on the queue.
This field contains a combination of the following values:
QS_KEY
An input event (keyboard or journaling)
has caused a WM_CHAR message to
be placed in the queue.
QS_MOUSE
QS_MOUSEBUTTON
QS_MOUSEMOVE
An input event has caused a WM_MOUSEMOVE
message to be placed in the queue.
QS_TIMER
A timer event has caused a WM_TIMER
message to be placed in the queue.
QS_PAINT
QS_SEM1
QS_SEM2
QS_SEM3
QS_SEM4
QS_POSTMSG
A
message has been posted to the queue. Note that this message is probably
not one of the messages listed above, but could be a WM_CHAR,
WM_MOUSEMOVE or similar message
if an application has posted one of these. In this case, the corresponding
input status flag (QS_KEY, QS_MOUSE, and so on) is not set.
QS_SENDMSG
A message has been sent by another application
to a window associated with the current queue.
Added
Message type additions.
Message types added to the queue since the last use of this function. The
value of this field is a subset of the Summary field.
[Back]
[Next]