I can use "FlashWindowEx" to make the flash window on the taskbar, but what can I call to determine if it was done for the window? Is there a flag that is set somewhere that I can request?
It seems that such a thing is impossible. However, there may be workarounds. For example, you can save the boolean variable "flash = false". Then set it to true when you call FlashWindowEx and set it to false in situations where applications usually get focus.
Literature:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1846008&SiteID=1