Nikolay Sivov (@nsivov) commented about dlls/hhctrl.ocx/help.c:
- Dispatch_Release,
- NULL,
- NULL,
- NULL,
- WebBrowserEvents2_Invoke
+};
if (index)
ActivateContentTopic(info->tabs[TAB_CONTENTS].hwnd, index + 3, info->content); /* skip over ::/ */
+static void hook_nav_complete(HHInfo *info, BOOL init) +{
- IConnectionPointContainer *container;
- IConnectionPoint *point;
- HRESULT hres;
- static DWORD dw = 100;
Why 100 and static? Usually this works a key to following Unadvise(), initializing it to something is strange.