Lines Matching refs:lParam
35 LPARAM lParam) { in AboutWndProc() argument
36 UNREFERENCED_PARAMETER(lParam); in AboutWndProc()
424 LPARAM lParam) { in EditWndProc() argument
455 return CallWindowProc(self->edit_wndproc_old_, hWnd, message, wParam, lParam); in EditWndProc()
462 LPARAM lParam) { in FindWndProc() argument
482 return CallWindowProc(self->find_wndproc_old_, hWnd, message, wParam, lParam); in FindWndProc()
489 LPARAM lParam) { in RootWndProc() argument
496 return DefWindowProc(hWnd, message, wParam, lParam); in RootWndProc()
502 LPFINDREPLACE lpfr = reinterpret_cast<LPFINDREPLACE>(lParam); in RootWndProc()
518 DWORD obj_id = static_cast<DWORD>(static_cast<DWORD_PTR>(lParam)); in RootWndProc()
550 self->OnDpiChanged(wParam, lParam); in RootWndProc()
579 LRESULT hit = DefWindowProc(hWnd, message, wParam, lParam); in RootWndProc()
581 POINTS points = MAKEPOINTS(lParam); in RootWndProc()
594 CREATESTRUCT* cs = reinterpret_cast<CREATESTRUCT*>(lParam); in RootWndProc()
605 self->OnCreate(reinterpret_cast<CREATESTRUCT*>(lParam)); in RootWndProc()
616 return DefWindowProc(hWnd, message, wParam, lParam); in RootWndProc()
731 void RootWindowWin::OnDpiChanged(WPARAM wParam, LPARAM lParam) { in OnDpiChanged() argument
745 const RECT* rect = reinterpret_cast<RECT*>(lParam); in OnDpiChanged()
1112 LPARAM lParam) { in SubclassedWindowProc() argument
1118 LRESULT hit = CallWindowProc(hParentWndProc, hWnd, message, wParam, lParam); in SubclassedWindowProc()
1120 POINTS points = MAKEPOINTS(lParam); in SubclassedWindowProc()
1132 return CallWindowProc(hParentWndProc, hWnd, message, wParam, lParam); in SubclassedWindowProc()
1167 BOOL CALLBACK SubclassWindowsProc(HWND hwnd, LPARAM lParam) { in SubclassWindowsProc() argument
1168 SubclassWindow(hwnd, reinterpret_cast<HRGN>(lParam)); in SubclassWindowsProc()
1172 BOOL CALLBACK UnSubclassWindowsProc(HWND hwnd, LPARAM lParam) { in UnSubclassWindowsProc() argument