Lines Matching refs:hwnd

60 winWindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
73 winDebugWin32Message("winWindowProc", hwnd, message, wParam, lParam);
83 if ((s_pScreenPriv == NULL || hwnd != s_hwndLastPrivates)
84 && (s_pScreenPriv = GetProp(hwnd, WIN_SCR_PROP)) != NULL) {
90 s_hwndLastPrivates = hwnd;
102 return winHandleIconMessage(hwnd, message, wParam, lParam,
122 s_hwndLastPrivates = hwnd;
124 SetProp(hwnd, WIN_SCR_PROP, s_pScreenPriv);
131 * We go ahead and copy our hwnd parameter over top of the screen
137 s_pScreenPriv->hwndScreen = hwnd;
197 ShowWindow(hwnd, SW_MINIMIZE);
341 GetWindowRect(hwnd, &rcWindow);
370 SetScrollInfo(hwnd, SB_HORZ, &si, TRUE);
378 SetScrollInfo(hwnd, SB_VERT, &si, TRUE);
388 GetScrollInfo(hwnd, SB_HORZ, &si);
394 GetScrollInfo(hwnd, SB_VERT, &si);
403 PostMessage(hwnd, WM_EXITSIZEMOVE, 0, 0);
418 GetClientRect(hwnd, &rcClient);
447 GetScrollInfo(hwnd, SB_VERT, &si);
494 SetScrollInfo(hwnd, SB_VERT, &si, TRUE);
495 GetScrollInfo(hwnd, SB_VERT, &si);
503 ScrollWindowEx(hwnd,
509 UpdateWindow(hwnd);
526 GetScrollInfo(hwnd, SB_HORZ, &si);
573 SetScrollInfo(hwnd, SB_HORZ, &si, TRUE);
574 GetScrollInfo(hwnd, SB_HORZ, &si);
582 ScrollWindowEx(hwnd,
587 UpdateWindow(hwnd);
683 if ((HWND) wParam == hwnd) {
720 tme.hwndTrack = hwnd;
788 SetCapture(hwnd);
803 SetCapture(hwnd);
818 SetCapture(hwnd);
833 SetCapture(hwnd);
892 PostMessage(hwnd, WM_LBUTTONUP, wCtrl | wM | wR | wShift, lPos);
894 PostMessage(hwnd, WM_MBUTTONUP, wCtrl | wL | wR | wShift, lPos);
896 PostMessage(hwnd, WM_RBUTTONUP, wCtrl | wL | wM | wShift, lPos);
1060 ShowWindow(hwnd, SW_MINIMIZE);
1179 return DefWindowProc(hwnd, message, wParam, lParam);