On Fri May 26 16:57:52 2023 +0000, Esme Povirk wrote:
It's a bit odd to not check hr here, afaict line 1870 is a dead assignment.
I guess this could be: ``` if (SUCCEEDED(hr)) ``` instead of checking the advise events pointer, which is more in line with what is usually done. Not sure why I did it this way here.