Searched refs:ActivateContentTopic (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/hhctrl.ocx/ |
H A D | content.c | 330 void ActivateContentTopic(HWND hWnd, LPCWSTR filename, ContentItem *item) in ActivateContentTopic() function 339 ActivateContentTopic(hWnd, filename, item->next); in ActivateContentTopic() 342 ActivateContentTopic(hWnd, filename, item->child); in ActivateContentTopic()
|
H A D | hhctrl.h | 216 void ActivateContentTopic(HWND,LPCWSTR,ContentItem *) DECLSPEC_HIDDEN;
|
H A D | help.c | 298 … ActivateContentTopic(info->tabs[TAB_CONTENTS].hwnd, index + 3, info->content); /* skip over ::/ */ in DoSync()
|