Nikolay Sivov (@nsivov) commented about dlls/hhctrl.ocx/help.c:
+{
- 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 = +{
- WebBrowserEvents2_QueryInterface,
- Dispatch_AddRef,
- Dispatch_Release,
It's more readable to have matching prefix, so Dispatch_* used for the same object is not ideal.