In IE11, multiple threads will fire into the APP when visiting a site such as www.yahoo.com - and only a very small subset of those threads can be associated with the browser window (by querying the service provider, et cetera) that was passed through in the ::SetSite() call when the tab was created.
This doesn't work for the majority of threads on modern sites (e.g. www.evernote.com)
How can I figure out which IE tab a thread is acting on the behalf of - or is this impossible?
I would love to know that there's some way to match those threads up to the pUnkSite passed into ::SetSite() (or something similar) - but that seems unlike the IE model as I've experienced it so far.
Thanks.