Displaying Message Properties
Home Page (Spy++) | Overview | How Do I ... Topics
The Message Properties dialog box contains one tab: General.
Message Properties General Tab
Entry | Description |
Window Handle | The unique ID of this window. Window handle numbers are reused; they identify a window only for the lifetime of that window. Click this value to view the properties of this window. |
Nesting Level | Depth of nesting of this message, where 0 is no nesting. |
Message | Number, status, and name of the selected windows message. |
lResult | The value of the lResult parameter, if any. |
wParam | The value of the wParam parameter, if any. |
lParam | The value of the lParam parameter, if any. This value is decoded if it is a pointer to a string or structure. |
See Also Opening Message Properties