Searched refs:hAddressBarWnd (Results 1 – 5 of 5) sorted by relevance
/reactos/base/applications/regedit/ |
H A D | childwnd.c | 116 hdwp = DeferWindowPos(hdwp, g_pChildWnd->hAddressBarWnd, NULL, in ResizeWnd() 311 SendMessageW(g_pChildWnd->hAddressBarWnd, WM_SETTEXT, 0, (LPARAM)NULL); in UpdateAddress() 336 SendMessageW(g_pChildWnd->hAddressBarWnd, WM_SETTEXT, 0, (LPARAM)fullPath); in UpdateAddress() 392 g_pChildWnd->hAddressBarWnd = CreateWindowExW(WS_EX_CLIENTEDGE, L"Edit", NULL, style, in ChildWndProc() 407 …IAutoComplete_Init(pAutoComplete, g_pChildWnd->hAddressBarWnd, (IUnknown*)&g_DummyEnumStrings, NUL… in ChildWndProc() 417 if ((g_pChildWnd->hAddressBarWnd) && (g_pChildWnd->hAddressBtnWnd)) in ChildWndProc() 420 SendMessageW(g_pChildWnd->hAddressBarWnd, in ChildWndProc() 430 oldproc = (WNDPROC)GetWindowLongPtr(g_pChildWnd->hAddressBarWnd, GWLP_WNDPROC); in ChildWndProc() 431 SetWindowLongPtr(g_pChildWnd->hAddressBarWnd, GWLP_USERDATA, (DWORD_PTR)oldproc); in ChildWndProc() 432 SetWindowLongPtr(g_pChildWnd->hAddressBarWnd, GWLP_WNDPROC, (DWORD_PTR)AddressBarProc); in ChildWndProc() [all …]
|
H A D | main.h | 52 HWND hAddressBarWnd; member
|
H A D | main.c | 173 if (g_pChildWnd->hAddressBarWnd == msg->hwnd) in TranslateRegeditAccelerator()
|
H A D | find.c | 648 EnableWindow(g_pChildWnd->hAddressBarWnd, FALSE); in FindNext() 656 EnableWindow(g_pChildWnd->hAddressBarWnd, TRUE); in FindNext()
|
H A D | framewnd.c | 1380 if (hwndItem == g_pChildWnd->hAddressBarWnd) in _CmdWndProc() 1386 SendMessageW(g_pChildWnd->hAddressBarWnd, EM_SETSEL, 0, -1); in _CmdWndProc() 1387 SetFocus(g_pChildWnd->hAddressBarWnd); in _CmdWndProc()
|