Class -- Window class of the window handle the
message is being directed to
Note: Some messages
do not have a window handle (for example,
WinPostQueueMsg)
Hwnd -- Window handle the message is being
directed to
Note: Some messages do not have a
window handle (for example, WinPostQueueMsg)
Queue
-- The message queue the message is being directed to
Message -- Message name
Msg ID -- Message formatted as 32-bit signed
integer
Msg-hex -- Message formatted as 32-bit hex number
MP1
-- Message parameter 1
wParam -- wParam parameter
MP2
-- Message parameter 2
lParam -- lParam parameter
Type -- Indicates whether the message is a post
message or a send message
Time -- Indicates the time stamp of when the
message was generated. The time stamp is an offset from a
starting time. Available only for Post messages.
Mouse -- The mouse position when the message was
generated. Available only for Post messages.
Options
-- Message removal options. Available only for Post
messages.
Model
-- Message identity. Available only for Send messages.
Task -- Whether the message was dispatched between
tasks or not. Available only for Send messages.
From PID -- Process identity of the process that
dispatched the message. Available only for Send messages.
From TID -- Thread identity of the thread that
dispatched the message. Available only for Send messages.
To PID -- Process identity of the process that
received the message
To TID -- Thread identity of the thread that
received the message
Direction -- Direction of the message relative to
the debuggee process