Nikolay Sivov (@nsivov) commented about dlls/hhctrl.ocx/help.c:
+static HRESULT WINAPI WebBrowserEvents2_Invoke(IDispatch *iface, DISPID dispIdMember, REFIID riid,
LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult,
EXCEPINFO *pExcepInfo, UINT *puArgErr)
+{
- if (dispIdMember == DISPID_NAVIGATECOMPLETE2) {
const WCHAR *index;
WebBrowserEvents2Impl *impl = (WebBrowserEvents2Impl *)iface;
DoSyncContent((HHInfo *)impl->info);
- }
- return S_OK;
+}
index = wcsstr(url, L"::/");
+static IDispatchVtbl WebBrowserEvents2Vtbl =
static const.