I am performing an activity of creating a binary which catches the signals and crashes raised in a GUI application. The crashes and signals are handled as expected. When I test it for an application which is in hung state and is force quit from the task manager, I am not able to determine what does Windows do, neither a signal is generated nor a WM_CLOSE is send. WER is also not catching such an event.
I have being following the msdn docs for a couple days but with no success.