Home
last modified time | relevance | path

Searched refs:nmh (Results 1 – 17 of 17) sorted by relevance

/reactos/base/applications/msconfig/
H A Dtoolspage.c63 LPNMHDR nmh; in ToolsPageWndProc() local
134 nmh = (LPNMHDR) lParam; in ToolsPageWndProc()
135 if (nmh->hwndFrom == hToolsListCtrl) in ToolsPageWndProc()
137 switch (nmh->code) in ToolsPageWndProc()
/reactos/modules/rostests/winetests/comctl32/
H A Dpager.c1090 NMHEADERW nmh = {{0}}; in test_wm_notify_header() local
1097 nmh.pitem = &hdi; in test_wm_notify_header()
1098 nmh.pitem->pvFilter = &hdtf; in test_wm_notify_header()
1099 send_notify(pager, HDN_BEGINDRAG, HDN_BEGINDRAG, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
1100 send_notify(pager, HDN_ENDDRAG, HDN_ENDDRAG, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
1103 send_notify(pager, HDN_DROPDOWN, HDN_DROPDOWN, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
1105 send_notify(pager, HDN_ITEMKEYDOWN, HDN_ITEMKEYDOWN, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
1108 send_notify(pager, HDN_BEGINTRACKW, HDN_BEGINTRACKA, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
1110 send_notify(pager, HDN_ENDTRACKW, HDN_ENDTRACKA, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
1113 send_notify(pager, HDN_ITEMCLICKW, HDN_ITEMCLICKA, (LPARAM)&nmh, TRUE); in test_wm_notify_header()
[all …]
H A Dlistview.c5502 NMHEADERA nmh; in test_header_notification() local
5542 nmh.hdr.hwndFrom = header; in test_header_notification()
5543 nmh.hdr.idFrom = GetWindowLongPtrA(header, GWLP_ID); in test_header_notification()
5544 nmh.hdr.code = HDN_ITEMCHANGEDA; in test_header_notification()
5545 nmh.iItem = 0; in test_header_notification()
5546 nmh.iButton = 0; in test_header_notification()
5549 nmh.pitem = &item; in test_header_notification()
5550 ret = SendMessageA(list, WM_NOTIFY, 0, (LPARAM)&nmh); in test_header_notification()
/reactos/base/shell/explorer/
H A Dtbsite.cpp223 const NMHDR *nmh = (const NMHDR *) lParam; in ProcessMessage() local
225 if (nmh->hwndFrom == m_Rebar) in ProcessMessage()
227 switch (nmh->code) in ProcessMessage()
267 const NMHDR *nmh = (const NMHDR *) lParam; in ProcessMessage()
268 …r 0x%p, From: 0x%p, Code: NM_FIRST-%u returned 0x%x\n", hWnd, nmh->hwndFrom, NM_FIRST - nmh->code,… in ProcessMessage()
H A Dtrayclock.cpp379 NMHDR nmh = {GetParent(), 0, NTNWM_REALIGN}; in UpdateWnd() local
380 GetParent().SendMessage(WM_NOTIFY, 0, (LPARAM) &nmh); in UpdateWnd()
742 NMHDR nmh = {GetParent(), 0, NTNWM_REALIGN}; in OnTaskbarSettingsChanged() local
743 GetParent().SendMessage(WM_NOTIFY, 0, (LPARAM) &nmh); in OnTaskbarSettingsChanged()
H A Dtaskswnd.cpp1744 LRESULT HandleToolbarNotification(IN const NMHDR *nmh) in HandleToolbarNotification() argument
1748 switch (nmh->code) in HandleToolbarNotification()
1752 LPNMTBCUSTOMDRAW nmtbcd = (LPNMTBCUSTOMDRAW) nmh; in HandleToolbarNotification()
1832 const NMHDR *nmh = (const NMHDR *) lParam; in OnNotify() local
1834 if (nmh->hwndFrom == m_TaskBar.m_hWnd) in OnNotify()
1836 Ret = HandleToolbarNotification(nmh); in OnNotify()
H A Dtrayntfy.cpp481 NMHDR nmh = {m_hWnd, 0, NTNWM_REALIGN}; in OnTaskbarSettingsChanged() local
482 SendMessage(WM_NOTIFY, 0, (LPARAM) &nmh); in OnTaskbarSettingsChanged()
H A Dsyspager.cpp1090 NMHDR nmh = {GetParent(), 0, NTNWM_REALIGN}; in SendNotifyCallback() local
1091 GetParent().SendMessage(WM_NOTIFY, 0, (LPARAM) &nmh); in SendNotifyCallback()
1393 NMHDR nmh = {GetParent(), 0, NTNWM_REALIGN}; in NotifyIcon() local
1394 GetParent().SendMessage(WM_NOTIFY, 0, (LPARAM) &nmh); in NotifyIcon()
H A Dtraywnd.cpp2949 const NMHDR *nmh = (const NMHDR *) lParam; in OnNotify() local
2951 if (nmh->hwndFrom == m_TrayNotify) in OnNotify()
2953 switch (nmh->code) in OnNotify()
/reactos/dll/win32/aclui/
H A Daclui.c43 NMHDR nmh; member
219 LookupInfo.nmh.hwndFrom = sp->hWnd; in SidLookupCompletion()
220 LookupInfo.nmh.idFrom = 0; in SidLookupCompletion()
221 LookupInfo.nmh.code = SIDN_LOOKUPSUCCEEDED; in SidLookupCompletion()
228 (WPARAM)LookupInfo.nmh.idFrom, in SidLookupCompletion()
229 (LPARAM)&LookupInfo.nmh); in SidLookupCompletion()
1293 nmh); in SecurityPageProc()
/reactos/modules/rostests/winetests/comdlg32/
H A Dfiledlg.c66 LPNMHDR nmh; in OFNHookProc() local
70 nmh = (LPNMHDR) lParam; in OFNHookProc()
71 if( nmh->code == CDN_INITDONE) in OFNHookProc()
74 } else if (nmh->code == CDN_FOLDERCHANGE ) in OFNHookProc()
868 LPNMHDR nmh; in path_hook_proc() local
872 nmh = (LPNMHDR) lParam; in path_hook_proc()
873 if( nmh->code == CDN_INITDONE) in path_hook_proc()
877 else if ( nmh->code == CDN_FOLDERCHANGE) in path_hook_proc()
/reactos/dll/win32/comctl32/
H A Dpager.c1275 NMHEADERW *nmh = (NMHEADERW *)hdr; in PAGER_Notify() local
1281 … if (!nmh->pitem) return SendMessageW(infoPtr->hwndNotify, WM_NOTIFY, hdr->idFrom, (LPARAM)hdr); in PAGER_Notify()
1282 if (nmh->pitem->mask & HDI_TEXT) oldText = PAGER_ConvertText(&nmh->pitem->pszText); in PAGER_Notify()
1283 …if ((nmh->pitem->mask & HDI_FILTER) && (nmh->pitem->type == HDFT_ISSTRING) && nmh->pitem->pvFilter) in PAGER_Notify()
1285 tf = (HD_TEXTFILTERW *)nmh->pitem->pvFilter; in PAGER_Notify()
1289 PAGER_RestoreText(&nmh->pitem->pszText, oldText); in PAGER_Notify()
H A Dtrackbar.c128 NMHDR nmh; in notify() local
129 return notify_hdr(infoPtr, code, &nmh); in notify()
H A Dlistview.c844 NMHDR nmh; in notify() local
846 notify_hdr(infoPtr, code, &nmh); in notify()
/reactos/dll/shellext/deskadp/
H A Ddeskadp.c429 NMHDR *nmh = (NMHDR *)lParam; in DisplayAdapterDlgProc() local
431 switch (nmh->code) in DisplayAdapterDlgProc()
/reactos/dll/shellext/deskmon/
H A Ddeskmon.c660 NMHDR *nmh = (NMHDR *)lParam; in MonitorDlgProc() local
662 switch (nmh->code) in MonitorDlgProc()
/reactos/dll/win32/shell32/wine/
H A Dcontrol.c546 LPNMHDR nmh = (LPNMHDR) lParam2; in Control_WndProc() local
548 switch (nmh->idFrom) in Control_WndProc()
551 switch (nmh->code) in Control_WndProc()