Is it possible to send WM_QUERYENDSESSION messages to a window in a different process?

后端 未结 4 368
太阳男子
太阳男子 2021-01-20 00:16

I want to debug a windows C++ application I\'ve written to see why it isn\'t responding to WM_QUERYENDSESSION how I expect it to. Clearly it\'s a little tricky to do this by

4条回答
  •  说谎
    说谎 (楼主)
    2021-01-20 00:43

    I've used the Win32::GuiTest Perl module to do this kind of thing in the past.

提交回复
热议问题