Lines Matching refs:WPARAM
46 LRESULT CALLBACK BrowserWindow::BrowserWindowWndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
51 return browserView->wndProc(window, message, wParam, lParam);
64 return ::DefWindowProc(window, message, wParam, lParam);
67 LRESULT BrowserWindow::wndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
78 lResult = onCommand(LOWORD(wParam), handled);
98 lResult = ::DefWindowProc(window, message, wParam, lParam);
155 SendMessage(m_comboBoxWindow, WM_SETFONT, (WPARAM)GetStockObject(DEFAULT_GUI_FONT), MAKELPARAM(TRUE, 0));
171 int result = ::SendMessage(m_rebarWindow, RB_INSERTBAND, (WPARAM)-1, (LPARAM)&bandInfo);
243 if (message->wParam != VK_RETURN)