Lines Matching refs:hwndDlg
161 winInitDialog(HWND hwndDlg)
167 hwndDesk = GetParent(hwndDlg);
172 SetWindowLongPtr(hwndDlg, GWL_STYLE, GetWindowLongPtr(hwndDlg, GWL_STYLE)
176 SetWindowLongPtr(hwndDlg, GWL_EXSTYLE,
177 GetWindowLongPtr(hwndDlg, GWL_EXSTYLE) & ~WS_EX_APPWINDOW);
185 SetWindowPos(hwndDlg, HWND_TOPMOST, 0, 0, 0, 0,
190 GetWindowRect(hwndDlg, &rcDlg);
197 SetWindowPos(hwndDlg,
217 PostMessage(hwndDlg, WM_SETICON, ICON_BIG, (LPARAM) hIcon);
218 PostMessage(hwndDlg, WM_SETICON, ICON_SMALL, (LPARAM) hIconSmall);