Home
last modified time | relevance | path

Searched refs:nmsg (Results 1 – 25 of 28) sorted by relevance

12

/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h527 switch(nmsg) { in WndProc()
542 return super::WndProc(nmsg, wparam, lparam); in WndProc()
604 switch(nmsg) { in WndProc()
615 return super::WndProc(nmsg, wparam, lparam); in WndProc()
633 switch(nmsg) { in WndProc()
646 return super::WndProc(nmsg, wparam, lparam); in WndProc()
790 if (nmsg == PM_DISPATCH_CTLCOLOR) { in WndProc()
805 return super::WndProc(nmsg, wparam, lparam); in WndProc()
1053 if (nmsg == PM_TRAYICON) { in WndProc()
1085 } else if (nmsg == WM_TASKBARCREATED) { in WndProc()
[all …]
H A Dwindow.cpp255 switch(nmsg) { in WindowWndProc()
273 return pThis->WndProc(nmsg, wparam, lparam); in WindowWndProc()
316 switch(nmsg) { in SubclassedWndProc()
390 switch(nmsg) { in WndProc()
730 switch(nmsg) { in DialogProc()
750 } else if (nmsg == WM_INITDIALOG) { in DialogProc()
867 if (nmsg == PM_DISPATCH_DRAWITEM) { in WndProc()
1121 switch(nmsg) { in WndProc()
1224 switch(nmsg) { in WndProc()
1416 switch(nmsg) { in DialogProc()
[all …]
H A Dshellclasses.h1112 bool HandleMenuMsg(UINT nmsg, WPARAM wparam, LPARAM lparam);
1135 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
1137 switch(nmsg) {
1141 if (_cm_ifs.HandleMenuMsg(nmsg, wparam, lparam))
1147 if (_cm_ifs.HandleMenuMsg(nmsg, wparam, lparam))
1156 _cm_ifs._pctxmenu3->HandleMenuMsg2(nmsg, wparam, lparam, &lResult);
1164 return super::WndProc(nmsg, wparam, lparam);
H A Dshellclasses.cpp489 bool CtxMenuInterfaces::HandleMenuMsg(UINT nmsg, WPARAM wparam, LPARAM lparam) in HandleMenuMsg() argument
492 if (SUCCEEDED(_pctxmenu3->HandleMenuMsg(nmsg, wparam, lparam))) in HandleMenuMsg()
497 if (SUCCEEDED(_pctxmenu2->HandleMenuMsg(nmsg, wparam, lparam))) in HandleMenuMsg()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtraynotify.cpp380 switch(nmsg) { in WndProc()
438 if (nmsg>=WM_MOUSEFIRST && nmsg<=WM_MOUSELAST) { in WndProc()
441 if (nmsg==WM_LBUTTONDOWN || nmsg==WM_MBUTTONDOWN || nmsg==WM_RBUTTONDOWN in WndProc()
443 || nmsg==WM_XBUTTONDOWN in WndProc()
459 nmsg == WM_XBUTTONDOWN || in WndProc()
461 nmsg == WM_RBUTTONDOWN) { in WndProc()
471 nmsg == WM_XBUTTONDOWN || in WndProc()
473 nmsg == WM_RBUTTONDOWN) in WndProc()
499 if (nmsg == WM_LBUTTONDOWN) in WndProc()
1072 switch(nmsg) { in WndProc()
[all …]
H A Ddesktopbar.cpp178 LRESULT StartButton::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
180 switch(nmsg) { in WndProc()
231 return super::WndProc(nmsg, wparam, lparam); in WndProc()
277 LRESULT DesktopBar::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
279 switch(nmsg) { in WndProc()
281 LRESULT res = super::WndProc(nmsg, wparam, lparam); in WndProc()
344 return SendMessage(_hwndTaskBar, nmsg, wparam, lparam); in WndProc()
371 return super::WndProc(nmsg, wparam, lparam); in WndProc()
H A Dtraynotify.h153 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
225 virtual LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
249 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
H A Ddesktopbar.h99 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
139 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
H A Dquicklaunch.cpp204 LRESULT QuickLaunchBar::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
206 switch(nmsg) { in WndProc()
260 return super::WndProc(nmsg, wparam, lparam); in WndProc()
H A Dtaskbar.cpp179 LRESULT TaskBar::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
181 switch(nmsg) { in WndProc()
208 if (nmsg == WM_SHELLHOOK) { in WndProc()
224 return super::WndProc(nmsg, wparam, lparam); in WndProc()
H A Dstartmenu.cpp299 LRESULT StartMenu::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
301 switch(nmsg) { in WndProc()
333 LRESULT res = super::WndProc(nmsg, wparam, lparam); in WndProc()
471 if (!SendParent(nmsg, wparam, lparam)) in WndProc()
507 return super::WndProc(nmsg, wparam, lparam); in WndProc()
1519 switch(nmsg) { in WndProc()
1532 return SendParent(nmsg, wparam, lparam); in WndProc()
1535 return super::WndProc(nmsg, wparam, lparam); in WndProc()
1765 LRESULT StartMenuRoot::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
1767 switch(nmsg) { in WndProc()
[all …]
H A Dstartmenu.h98 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
223 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
380 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
H A Dquicklaunch.h70 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
H A Dtaskbar.h93 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
/reactos/modules/rosapps/applications/explorer-old/desktop/
H A Ddesktop.cpp271 switch(nmsg) { in WndProc()
279 PostMessage(g_Globals._hwndDesktop, nmsg, wparam, lparam); in WndProc()
295 return super::WndProc(nmsg, wparam, lparam); in WndProc()
431 LRESULT DesktopWindow::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
433 switch(nmsg) { in WndProc()
464 SendMessage(_desktopBar, nmsg, wparam, lparam); in WndProc()
478 SendMessage(g_Globals._hwndShellView, nmsg, wparam, lparam); in WndProc()
502 return super::WndProc(nmsg, wparam, lparam); in WndProc()
578 switch(nmsg) { in WndProc()
593 return SendMessage(_hwndListView, nmsg, wparam, lparam); in WndProc()
[all …]
H A Ddesktop.h42 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
85 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
181 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.h71 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
72 bool ProcessMessage(UINT nmsg, WPARAM wparam, LPARAM lparam, LRESULT* pres);
116 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
167 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
H A Dshellbrowser.h211 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc()
213 switch(nmsg) { in WndProc()
221 return super::WndProc(nmsg, wparam, lparam); in WndProc()
267 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
H A Dwebchild.cpp210 LRESULT WebChildWindow::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
213 switch(nmsg) { in WndProc()
265 return super::WndProc(nmsg, wparam, lparam); in WndProc()
274 return super::WndProc(nmsg, wparam, lparam); in WndProc()
H A Dfilechild.h97 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
137 static INT_PTR CALLBACK WndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM lparam);
H A Dfilechild.cpp95 INT_PTR CALLBACK ExecuteDialog::WndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
99 switch(nmsg) { in WndProc()
443 LRESULT FileChildWindow::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
445 switch(nmsg) { in WndProc()
463 return DefMDIChildProc(_hwnd, nmsg, wparam, lparam); in WndProc()
502 return super::WndProc(nmsg, wparam, lparam); in WndProc()
534 return super::WndProc(nmsg, wparam, lparam); in WndProc()
H A Dmainframe.cpp301 LRESULT MainFrameBase::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
305 if (ProcessMessage(nmsg, wparam, lparam, &res)) in WndProc()
308 return super::WndProc(nmsg, wparam, lparam); in WndProc()
313 switch(nmsg) { in ProcessMessage()
928 LRESULT MDIMainFrame::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
930 switch(nmsg) { in WndProc()
1002 super::ProcessMessage(nmsg, wparam, lparam, &res); in WndProc()
1008 if (super::ProcessMessage(nmsg, wparam, lparam, &res)) in WndProc()
1011 return DefFrameProc(_hwnd, _hmdiclient, nmsg, wparam, lparam); in WndProc()
1386 switch(nmsg) { in WndProc()
[all …]
H A Dwebchild.h354 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc()
356 if (nmsg == WM_SIZE) { in WndProc()
362 } else if (nmsg == WM_CLOSE) { in WndProc()
371 return super::WndProc(nmsg, wparam, lparam); in WndProc()
1015 LRESULT WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam);
H A Dshellbrowser.cpp685 LRESULT MDIShellBrowserChild::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
687 switch(nmsg) { in WndProc()
704 return super::WndProc(nmsg, wparam, lparam); in WndProc()
718 return super::WndProc(nmsg, wparam, lparam); in WndProc()
/reactos/modules/rosapps/applications/explorer-old/dialogs/
H A Dsearchprogram.cpp262 LRESULT FindProgramDlg::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam) in WndProc() argument
264 switch(nmsg) { in WndProc()
278 return super::WndProc(nmsg, wparam, lparam); in WndProc()

12