Searched refs:hwndParentDlg (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/comdlg32/ |
H A D | filedlgbrowser.c | 879 static LRESULT send_includeitem_notification(HWND hwndParentDlg, LPCITEMIDLIST pidl) in send_includeitem_notification() argument 882 FileOpenDlgInfos *fodInfos = get_filedlg_infoptr(hwndParentDlg); in send_includeitem_notification() 894 ofnNotify.hdr.hwndFrom = hwndParentDlg; in send_includeitem_notification() 905 ofnNotify.hdr.hwndFrom = hwndParentDlg; in send_includeitem_notification()
|
H A D | filedlgbrowser.h | 166 extern LRESULT SendCustomDlgNotificationMessage(HWND hwndParentDlg, UINT uCode) DECLSPEC_HIDDEN;
|
H A D | filedlg.c | 853 GetWindowRect(GetDlgItem(hwndParentDlg, pshHelp), &rectHelp); in ArrangeCtrlPositions() 874 GetClientRect(hwndParentDlg, &rectParent); in ArrangeCtrlPositions() 927 hwndChild = GetWindow(hwndParentDlg, GW_CHILD); in ArrangeCtrlPositions() 933 MapWindowPoints(0, hwndParentDlg, (LPPOINT)&rectChild, 2); in ArrangeCtrlPositions() 950 GetClientRect(hwndParentDlg, &rectParent); in ArrangeCtrlPositions() 977 GetWindowRect(hwndParentDlg, &rectParent); in ArrangeCtrlPositions() 978 SetWindowPos(hwndParentDlg, 0, in ArrangeCtrlPositions() 1086 LRESULT SendCustomDlgNotificationMessage(HWND hwndParentDlg, UINT uCode) in SendCustomDlgNotificationMessage() argument 1088 FileOpenDlgInfos *fodInfos = get_filedlg_infoptr(hwndParentDlg); in SendCustomDlgNotificationMessage() 1092 TRACE("%p %d\n", hwndParentDlg, uCode); in SendCustomDlgNotificationMessage() [all …]
|