Home
last modified time | relevance | path

Searched refs:hWndTarget (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/shell32/shellmenu/
H A DCMenuSite.cpp278 HWND hWndTarget = NULL; in ProcessWindowMessage() local
294 hWndTarget = hWnd; in ProcessWindowMessage()
298 hWndTarget = reinterpret_cast<LPNMHDR>(lParam)->hwndFrom; in ProcessWindowMessage()
301 hWndTarget = (HWND) lParam; in ProcessWindowMessage()
307 if (hWndTarget && m_WinEventHandler && in ProcessWindowMessage()
308 m_WinEventHandler->IsWindowOwner(hWndTarget) == S_OK) in ProcessWindowMessage()
310 if (SUCCEEDED(m_WinEventHandler->OnWinEvent(hWndTarget, uMsg, wParam, lParam, &lResult))) in ProcessWindowMessage()
/reactos/dll/win32/shell32/
H A DCShellLink.cpp2899 HWND hWndTarget = GetDlgItem(hwndDlg, IDC_SHORTCUT_TARGET_TEXT); in OnInitDialog() local
2900 EnableWindow(hWndTarget, !disablecontrols); in OnInitDialog()
2901 PostMessage(hWndTarget, EM_SETSEL, 0, -1); // Fix caret bug when first opening the tab in OnInitDialog()
2904 SHAutoComplete(hWndTarget, SHACF_DEFAULT); in OnInitDialog()