/reactos/dll/win32/comctl32/ |
H A D | comctl32undoc.c | 1058 HWND hwndFrom; member 1084 if (lpNotify->hwndFrom == (HWND)-1) { in DoNotify() 1089 if (lpNotify->hwndFrom) in DoNotify() 1090 idFrom = GetDlgCtrlID (lpNotify->hwndFrom); in DoNotify() 1094 lpNmh->hwndFrom = lpNotify->hwndFrom; in DoNotify() 1128 hwndTo, hwndFrom, uCode, lpHdr); in SendNotify() 1130 notify.hwndFrom = hwndFrom; in SendNotify() 1167 hwndFrom, hwndTo, uCode, lpHdr, dwParam5); in SendNotifyEx() 1171 if (IsWindow (hwndFrom)) { in SendNotifyEx() 1172 hwndNotify = GetParent (hwndFrom); in SendNotifyEx() [all …]
|
H A D | pager.c | 231 nmpgcs.hdr.hwndFrom = infoPtr->hwndSelf; in PAGER_CalcSize() 518 nmpgScroll.hdr.hwndFrom = infoPtr->hwndSelf; in PAGER_Scroll() 841 nmhdr.hwndFrom = infoPtr->hwndSelf; in PAGER_MouseMove() 1201 nmdbA.hdr.hwndFrom = nmdbW->hdr.hwndFrom; in PAGER_Notify() 1213 nmedA.hdr.hwndFrom = nmedW->hdr.hwndFrom; in PAGER_Notify() 1347 nmttdiA.hdr.hwndFrom = nmttdiW->hdr.hwndFrom; in PAGER_Notify()
|
H A D | tooltips.c | 222 lpnmttcd->nmcd.hdr.hwndFrom = infoPtr->hwndSelf; in TOOLTIPS_customdraw_fill() 242 result = SendMessageW(GetParent(lpnmttcd->nmcd.hdr.hwndFrom), WM_NOTIFY, in TOOLTIPS_notify_customdraw() 377 ttnmdi.hdr.hwndFrom = infoPtr->hwndSelf; in TOOLTIPS_GetDispInfoA() 435 ttnmdi.hdr.hwndFrom = infoPtr->hwndSelf; in TOOLTIPS_GetDispInfoW() 877 hdr.hwndFrom = infoPtr->hwndSelf; in TOOLTIPS_Show() 913 hdr.hwndFrom = infoPtr->hwndSelf; in TOOLTIPS_Hide() 945 hdr.hwndFrom = infoPtr->hwndSelf; in TOOLTIPS_TrackHide()
|
H A D | propsheet.c | 1596 psn.hdr.hwndFrom = hwndDlg; in PROPSHEET_Back() 1638 psn.hdr.hwndFrom = hwndDlg; in PROPSHEET_Next() 1680 psn.hdr.hwndFrom = hwndDlg; in PROPSHEET_Finish() 1717 psn.hdr.hwndFrom = hwndDlg; in PROPSHEET_Apply() 1785 psn.hdr.hwndFrom = hwndDlg; in PROPSHEET_Cancel() 1827 psn.hdr.hwndFrom = hwndDlg; in PROPSHEET_Help() 1967 psn.hdr.hwndFrom = hwndDlg; in PROPSHEET_CanSetCurSel() 2016 psn.hdr.hwndFrom = hwndDlg; in PROPSHEET_SetCurSel() 3737 int index = SendMessageW(pnmh->hwndFrom, TCM_GETCURSEL, 0, 0); in PROPSHEET_DialogProc()
|
H A D | taskdialog.c | 1328 HWND hwndFrom = pnmLink->hdr.hwndFrom; in taskdialog_proc() local 1330 && (hwndFrom == dialog_info->content || hwndFrom == dialog_info->expanded_info in taskdialog_proc() 1331 || hwndFrom == dialog_info->footer_text) in taskdialog_proc()
|
H A D | datetime.c | 1102 TRACE ("Got notification %x from %p\n", lpnmh->code, lpnmh->hwndFrom); in DATETIME_Notify() 1116 if ((lpnmh->hwndFrom == infoPtr->hUpdown) && (lpnmh->code == UDN_DELTAPOS)) { in DATETIME_Notify() 1323 dtdtc.nmhdr.hwndFrom = infoPtr->hwndSelf; in DATETIME_SendDateTimeChangeNotify() 1341 nmhdr.hwndFrom = infoPtr->hwndSelf; in DATETIME_SendSimpleNotify()
|
/reactos/sdk/include/reactos/ui/ |
H A D | rosdlgs.h | 159 if (pnmh->hwndFrom != GetParent() && pnmh->hwndFrom != m_hWnd) in MESSAGE_HANDLER()
|
/reactos/modules/rosapps/applications/explorer-old/dialogs/ |
H A D | searchprogram.cpp | 345 if (pnmh->hwndFrom == _list_ctrl) { in Notify() 362 if (pnmh->hwndFrom == _list_ctrl) in Notify() 381 if (GetParent(pnmh->hwndFrom) == _list_ctrl) { in Notify()
|
/reactos/dll/cpl/usrmgr/ |
H A D | groups.c | 315 hwndEdit = ListView_GetEditControl(pnmv->hdr.hwndFrom); in OnGroupsPageBeginLabelEdit() 338 ListView_GetItemText(pnmv->hdr.hwndFrom, in OnGroupsPageEndLabelEdit() 371 ListView_SetItemText(pnmv->hdr.hwndFrom, in OnGroupsPageEndLabelEdit()
|
H A D | users.c | 506 hwndEdit = ListView_GetEditControl(pnmv->hdr.hwndFrom); in OnBeginLabelEdit() 529 ListView_GetItemText(pnmv->hdr.hwndFrom, in OnEndLabelEdit() 562 ListView_SetItemText(pnmv->hdr.hwndFrom, in OnEndLabelEdit()
|
/reactos/dll/cpl/inetcpl/ |
H A D | security.c | 389 wparam, lparam, nm->hdr.hwndFrom, nm->hdr.code, nm->iItem, nm->uNewState); in security_on_notify() 397 nm->hdr.hwndFrom, nm->hdr.code); in security_on_notify() 402 nm->hdr.hwndFrom, nm->hdr.code); in security_on_notify()
|
H A D | general.c | 261 psn->hdr.hwndFrom, psn->hdr.code); in general_on_notify()
|
/reactos/dll/cpl/sysdm/ |
H A D | environment.c | 654 hwndEdit = ListView_GetEditControl(pnmv->hdr.hwndFrom); in OnBeginLabelEdit() 672 hwndEdit = ListView_GetEditControl(pnmv->hdr.hwndFrom); in OnEndLabelEdit() 684 ListView_GetItemText(pnmv->hdr.hwndFrom, in OnEndLabelEdit() 694 ListView_DeleteItem(pnmv->hdr.hwndFrom, pnmv->item.iItem); in OnEndLabelEdit() 695 ListView_SetItemState(pnmv->hdr.hwndFrom, pnmv->item.iItem - 1, in OnEndLabelEdit() 707 ListView_SetItemText(pnmv->hdr.hwndFrom, in OnEndLabelEdit()
|
/reactos/base/shell/explorer/ |
H A D | tbsite.cpp | 225 if (nmh->hwndFrom == m_Rebar) in ProcessMessage() 268 …FY for 0x%p, From: 0x%p, Code: NM_FIRST-%u returned 0x%x\n", hWnd, nmh->hwndFrom, NM_FIRST - nmh->… in ProcessMessage()
|
/reactos/dll/shellext/netplwiz/ |
H A D | SHDisconnectNetDrives.c | 120 if (pnmh->hwndFrom == hListView) in UpdateButtonStatus()
|
/reactos/dll/win32/aclui/ |
H A D | aclui.c | 219 LookupInfo.nmh.hwndFrom = sp->hWnd; in SidLookupCompletion() 1249 if (pnmh->hwndFrom == sp->hWndPrincipalsList) in SecurityPageProc() 1267 else if (pnmh->hwndFrom == sp->hAceCheckList) in SecurityPageProc() 1285 else if (pnmh->hwndFrom == sp->hWnd) in SecurityPageProc()
|
/reactos/base/applications/msconfig/ |
H A D | toolspage.c | 135 if (nmh->hwndFrom == hToolsListCtrl) in ToolsPageWndProc()
|
H A D | msconfig.c | 275 if ((pnmh->hwndFrom == hTabWnd) && in MsConfigWndProc()
|
/reactos/modules/rosapps/templates/dialog/ |
H A D | dialog.c | 171 if ((pnmh->hwndFrom == hTabWnd) && in DlgProc()
|
/reactos/dll/win32/browseui/ |
H A D | addressband.cpp | 465 if (notifyHeader->hwndFrom == fGoButton) in OnNotifyClick() 474 if (notifyHeader->hwndFrom == fGoButton) in OnTipText()
|
/reactos/base/applications/rapps/ |
H A D | gui.cpp | 362 if (data->hwndFrom == m_TreeView->m_hWnd) in ProcessWindowMessage() 378 if (data->hwndFrom == m_TreeView->m_hWnd) in ProcessWindowMessage()
|
/reactos/base/applications/dxdiag/ |
H A D | dxdiag.c | 278 …if ((pnmh->hwndFrom == hTabCtrlWnd) && (pnmh->idFrom == IDC_TAB_CONTROL) && (pnmh->code == TCN_SEL… in DxDiagWndProc()
|
/reactos/dll/win32/shell32/shellmenu/ |
H A D | CMenuSite.cpp | 298 hWndTarget = reinterpret_cast<LPNMHDR>(lParam)->hwndFrom; in ProcessWindowMessage()
|
/reactos/dll/win32/comdlg32/ |
H A D | filedlgbrowser.c | 894 ofnNotify.hdr.hwndFrom = hwndParentDlg; in send_includeitem_notification() 905 ofnNotify.hdr.hwndFrom = hwndParentDlg; in send_includeitem_notification()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | quicklaunch.cpp | 295 SendMessage(pnmh->hwndFrom, TTM_SETMAXTIPWIDTH, 0, 400); in Notify()
|