Searched refs:hwndView (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/comdlg32/ |
H A D | filedlgbrowser.c | 347 HWND hwndView; in IShellBrowserImpl_BrowseObject() local 421 bViewHasFocus = IsChild(fodInfos->ShellInfos.hwndView,GetFocus()); in IShellBrowserImpl_BrowseObject() 455 &rectView, &hwndView))) in IShellBrowserImpl_BrowseObject() 461 fodInfos->ShellInfos.hwndView = hwndView; in IShellBrowserImpl_BrowseObject() 464 SetWindowLongPtrW(hwndView, GWLP_ID, lst2); in IShellBrowserImpl_BrowseObject() 465 …SendMessageW( hwndView, WM_SETFONT, SendMessageW( GetParent(hwndView), WM_GETFONT, 0, 0 ), FALSE ); in IShellBrowserImpl_BrowseObject() 471 hDlgWnd = GetDlgItem(GetParent(hwndView), IDC_LOOKIN); in IShellBrowserImpl_BrowseObject() 472 SetWindowPos(hwndView, hDlgWnd, 0,0,0,0, SWP_NOMOVE | SWP_NOSIZE); in IShellBrowserImpl_BrowseObject() 476 SetFocus(fodInfos->ShellInfos.hwndView); in IShellBrowserImpl_BrowseObject()
|
H A D | filedlgbrowser.h | 75 HWND hwndView; member
|
H A D | filedlg.c | 137 HWND hwndView; in FILEDLG95_DoTranslate() local 146 hwndView = fodInfos->ShellInfos.hwndView; in FILEDLG95_DoTranslate() 147 if (hwndView == hwndFocus || IsChild(hwndView, hwndFocus)) in FILEDLG95_DoTranslate() 1314 GetWindowRect( fodInfos->ShellInfos.hwndView, &rcview); in FILEDLG95_OnWMSize() 1317 DeferWindowPos( hdwp, fodInfos->ShellInfos.hwndView, NULL, 0, 0, in FILEDLG95_OnWMSize() 1518 GetWindowRect( fodInfos->ShellInfos.hwndView, &rc); in FileOpenDlgProc95() 1523 SetWindowPos( fodInfos->ShellInfos.hwndView, NULL, in FileOpenDlgProc95()
|
/reactos/modules/rostests/winetests/comdlg32/ |
H A D | filedlg.c | 204 view_params.hwndView = NULL; in create_view_window2_hook() 227 DestroyWindow(view_params.hwndView); in create_view_window2_hook()
|
/reactos/dll/win32/shell32/ |
H A D | CDefView.cpp | 3715 …WMODE)view_params->pfs->ViewMode, view_params->pvid, view_params->prcView, &view_params->hwndView); in CreateViewWindow2()
|
/reactos/sdk/include/psdk/ |
H A D | shobjidl.idl | 805 HWND hwndView;
|