Searched refs:GetSuitableHWND (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dhelpwin.cpp35 static HWND GetSuitableHWND(wxWinHelpController* controller) function
66 return (WinHelp(GetSuitableHWND(this), (const wxChar*) str, HELP_FINDER, 0L) != 0);
76 return (WinHelp(GetSuitableHWND(this), (const wxChar*) str, HELP_CONTEXT, (DWORD)section) != 0);
85 return (WinHelp(GetSuitableHWND(this), (const wxChar*) str, HELP_CONTEXTPOPUP, (DWORD) contextId) != 0);
101 return (WinHelp(GetSuitableHWND(this), (const wxChar*) str, HELP_PARTIALKEY, (DWORD)(const wxChar*) k) != 0);
107 return (WinHelp(GetSuitableHWND(this), 0, HELP_QUIT, 0L) != 0);
H A Dhelpchm.cpp74 static HWND GetSuitableHWND(wxWindow *win) function
91 return htmlHelp && htmlHelp(GetSuitableHWND(win), str, uint, dword);

Completed in 59 milliseconds