On Fri Oct 6 19:06:26 2023 +0000, Esme Povirk wrote:
It seems wrong to add this to the map without advising.
Older implementations (e.g Win10v1507 and below) did advise the currently focused HWND when the event handler was added, but current implementations just advise the desktop node, which is expected to advise all HWNDs on the desktop by calling `GetEmbeddedFragmentRoots` on the default BaseHwnd provider for the desktop. I added a few more tests to hopefully clarify this.