Home
last modified time | relevance | path

Searched refs:ActivateContentTopic (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/hhctrl.ocx/
H A Dcontent.c330 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 Dhhctrl.h216 void ActivateContentTopic(HWND,LPCWSTR,ContentItem *) DECLSPEC_HIDDEN;
H A Dhelp.c298ActivateContentTopic(info->tabs[TAB_CONTENTS].hwnd, index + 3, info->content); /* skip over ::/ */ in DoSync()