Searched refs:hAddressBtnWnd (Results 1 – 2 of 2) sorted by relevance
/reactos/base/applications/regedit/ |
H A D | childwnd.c | 110 GetWindowRect(g_pChildWnd->hAddressBtnWnd, &rb); in ResizeWnd() 121 hdwp = DeferWindowPos(hdwp, g_pChildWnd->hAddressBtnWnd, NULL, in ResizeWnd() 399 g_pChildWnd->hAddressBtnWnd = CreateWindowExW(0, L"Button", L"\x00BB", style, in ChildWndProc() 404 …SendMessageW(g_pChildWnd->hAddressBtnWnd, BM_SETIMAGE, IMAGE_ICON, (LPARAM)g_pChildWnd->hArrowIcon… in ChildWndProc() 418 if ((g_pChildWnd->hAddressBarWnd) && (g_pChildWnd->hAddressBtnWnd)) in ChildWndProc() 425 SendMessageW(g_pChildWnd->hAddressBtnWnd, in ChildWndProc()
|
H A D | main.h | 53 HWND hAddressBtnWnd; member
|