Home | History | Annotate | Download | only in win

Lines Matching refs:lParam

46 LRESULT CALLBACK BrowserWindow::BrowserWindowWndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
51 return browserView->wndProc(window, message, wParam, lParam);
54 LPCREATESTRUCT createStruct = reinterpret_cast<LPCREATESTRUCT>(lParam);
64 return ::DefWindowProc(window, message, wParam, lParam);
67 LRESULT BrowserWindow::wndProc(HWND window, UINT message, WPARAM wParam, LPARAM lParam)
82 onSize(LOWORD(lParam), HIWORD(lParam));
98 lResult = ::DefWindowProc(window, message, wParam, lParam);
150 ::SendMessage(m_rebarWindow, RB_SETBARINFO, 0, (LPARAM)&rebarInfo);
171 int result = ::SendMessage(m_rebarWindow, RB_INSERTBAND, (WPARAM)-1, (LPARAM)&bandInfo);