I'm using the SetWinEventHook
function to monitor windows as they appear and disappear, i.e. become visible and hidden, by using code similar to the one Raymond Chen provides in his article Using accessibility to monitoring windows as they come and go.
So far, this method worked for all windows, but I've stumbled upon a program which isn't being reported as shown. It is the Kuwo 2014 installer, which you can get here.
Why isn't it being reported? What's so special about it? What is the correct way to detect it?
Here's a sample project, with source code and binary. It's very similar to the one in the article of Raymond Chen, except that it captures only top level windows.
Here's a screenshot which demonstrates the issue: