Searched refs:hwndPopup (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/hhctrl.ocx/ |
H A D | help.c | 651 ShowWindow(info->popup.hwndPopup, SW_SHOW); in OnTopicChange() 1322 GetClientRect(info->popup.hwndPopup, &rect); in ResizePopupChild() 1381 ShowWindow(info->popup.hwndPopup, SW_HIDE); in PopupChild_WndProc() 1397 ShowWindow(info->popup.hwndPopup, SW_HIDE); in PopupChild_WndProc() 1415 HWND hwndList, hwndPopup, hwndCallback; in AddIndexPopup() local 1451 hwndPopup = CreateWindowExW(WS_EX_LEFT | WS_EX_LTRREADING | WS_EX_APPWINDOW in AddIndexPopup() 1458 if (!hwndPopup) in AddIndexPopup() 1464 hwndPopup, NULL, hhctrl_hinstance, NULL); in AddIndexPopup() 1468 ShowWindow(hwndPopup, SW_HIDE); in AddIndexPopup() 1487 info->popup.hwndPopup = hwndPopup; in AddIndexPopup() [all …]
|
H A D | hhctrl.h | 129 HWND hwndPopup; member
|