Capture FlashWindowEx event of a running process

前端 未结 1 952
遇见更好的自我
遇见更好的自我 2021-01-14 16:20

I have an app that is already running - every now and then it triggers a FlashWindowEx event (the windows 7 icon flashes). I would like to capture this event but I can\'t se

相关标签:
1条回答
  • 2021-01-14 16:42

    The WH_SHELL hook notifies you when a window is flashing. According to the documentation:

    • nCode = HSHELL_REDRAW
    • wParam = the handle of the window
    • lParam = TRUE if the window is flashing, FALSE otherwise.
    0 讨论(0)
提交回复
热议问题