Lines Matching refs:hParentWnd
562 HWND hParentWnd = GetParent(hdlg);
568 SetWindowLongPtr(hParentWnd, GWLP_USERDATA, ofn->lCustData);
573 GetWindowRect(hParentWnd, &rcRect);
577 MoveWindow(hParentWnd, rcRect.left, rcRect.top,
582 MoveWindow(hParentWnd, rcRect.left, rcRect.top,
589 pImpl->_base_window_proc = (WNDPROC)GetWindowLongPtr(hParentWnd, GWLP_WNDPROC);
590 SetWindowLongPtr(hParentWnd, GWLP_WNDPROC, reinterpret_cast<LONG_PTR>(file_dialog_subclass_proc));
594 pImpl->_toolbar_wnd = FindWindowEx(hParentWnd, NULL, "ToolbarWindow32", NULL);
619 pImpl->_file_dialog_wnd = hParentWnd;
625 0, 0, 100, 100, hParentWnd, NULL, hInstance, NULL);
1926 HWND hParentWnd = GetParent(hdlg);
1931 GetWindowRect(GetDlgItem(hParentWnd, cmb1), &rCB1);
1932 GetWindowRect(GetDlgItem(hParentWnd, cmb13), &rEDT1);
1933 GetWindowRect(GetDlgItem(hParentWnd, stc2), &rST);
1944 GetWindowRect(hParentWnd, &rcRect);
1945 MoveWindow(hParentWnd, rcRect.left, rcRect.top,
1956 SetWindowLongPtr(hParentWnd, GWLP_USERDATA, ofn->lCustData);
1963 hParentWnd, NULL, hInstance, NULL);
1973 hParentWnd, NULL, hInstance, NULL);