Jacek Caban (@jacek) commented about dlls/mshtml/htmlwindow.c:
return E_FAIL; }
- hres = create_message_event(This->inner_window->doc, msg, &event);
- V_VT(&var) = VT_BSTR;
- V_BSTR(&var) = msg;
- hres = create_message_event(This->inner_window->doc, &var, &event);
You could just forward the call to IWineHTMLWindowPrivate here to avoid duplication and simplify the next patch.