Windows Events
The windows events view shows all windows events that were captured from the target process and provides the following information:
Column Name |
Description |
Relative Time |
Time of the window operation event |
Operation |
Specific window operation (e.g. CreateWindow, SetWindowPos etc.) |
Thread |
Thread which has carried out the operation |
Handle |
Handle of the window object |
Duration |
Time spent for the execution of the operation |
Name |
Name of the window object |
Parent Handle |
Handle of the parent if available |
Flags |
Flags passed to the operation |
Call Stack |
Call stack which triggered the operation |
The information can be used to review the window operations for instance to analyze cross-thread operation exceptions.