/reactos/dll/shellext/zipfldr/ |
H A D | CConfirmReplace.cpp | 26 SendDlgItemMessage(IDC_EXCLAMATION_ICON, STM_SETICON, (WPARAM)hIcon); in OnInitDialog()
|
/reactos/base/applications/mstsc/ |
H A D | connectdialog.c | 308 STM_SETICON, in GeneralOnInit() 323 STM_SETICON, in GeneralOnInit() 876 STM_SETICON, in DisplayOnInit() 891 STM_SETICON, in DisplayOnInit()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | filedefext.cpp | 363 SendMessageW(hIconCtrl, STM_SETICON, (WPARAM)hIcon, 0); in InitOpensWithField() 453 SendDlgItemMessageW(hwndDlg, 14000, STM_SETICON, (WPARAM)fi.hIcon, 0); in InitFileType() 806 SendMessageW(hIconCtrl, STM_SETICON, (WPARAM)hIcon, 0); in GeneralPageProc() 1102 SendDlgItemMessageW(hwndDlg, IDC_FOLDERCUST_ICON, STM_SETICON, (WPARAM)m_hFolderIcon, 0); in UpdateFolderIcon()
|
H A D | drvdefext.cpp | 445 SendDlgItemMessageW(hwndDlg, 14016, STM_SETICON, (WPARAM)hIcon, 0); in InitGeneralPage()
|
H A D | filetypes.cpp | 406 …HICON hOld = (HICON)SendDlgItemMessageW(hwndDlg, IDC_EDITTYPE_ICON, STM_SETICON, (WPARAM)hIconLarg… in EditTypeDlg_OnChangeIcon() 1592 SendDlgItemMessageW(hwndDlg, IDC_EDITTYPE_ICON, STM_SETICON, (WPARAM)hIco, 0); in EditTypeDlg_OnInitDialog()
|
H A D | dialogs.cpp | 552 SendMessageW(GetDlgItem(hwnd, IDC_RUNDLG_ICON), STM_SETICON, (WPARAM)prfdp->hIcon, 0); in RunDlgProc()
|
/reactos/dll/win32/devmgr/properties/ |
H A D | hwresource.cpp | 304 STM_SETICON, in UpdateDriverResourceDlg()
|
H A D | advprop.cpp | 104 STM_SETICON, in UpdateDriverDetailsDlg() 458 STM_SETICON, in UninstallDriverDlgProc() 619 STM_SETICON, in UpdateDriverDlg() 811 STM_SETICON, in UpdateDetailsDlg() 2356 STM_SETICON, in UpdateDevInfo()
|
/reactos/base/applications/network/telnet/src/ |
H A D | tnclass.cpp | 57 #define WM_SETICON STM_SETICON
|
/reactos/base/shell/progman/ |
H A D | dialog.c | 768 … SendDlgItemMessageW(hDlg, PM_ICON, STM_SETICON, (WPARAM)pProgramAttributes->hTmpIcon, 0); in DIALOG_PROGRAM_DlgProc() 816 … SendDlgItemMessageW(hDlg, PM_ICON, STM_SETICON, (WPARAM)pProgramAttributes->hTmpIcon, 0); in DIALOG_PROGRAM_DlgProc()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | traynotify.cpp | 1200 SendMessage(GetDlgItem(_hwnd, IDC_PICTURE), STM_SETICON, (LPARAM)hicon, 0); in RefreshProperties() 1203 SendMessage(GetDlgItem(_hwnd, IDC_PICTURE), STM_SETICON, 0, 0); in RefreshProperties()
|
/reactos/dll/win32/urlmon/ |
H A D | axinstall.c | 496 SendDlgItemMessageW(hwnd, ID_AXINSTALL_ICON, STM_SETICON, in init_warning_dialog()
|
/reactos/dll/win32/comctl32/ |
H A D | static.c | 497 case STM_SETICON: in STATIC_WindowProc()
|
H A D | taskdialog.c | 514 SendMessageW(dialog_info->main_icon, STM_SETICON, (WPARAM)hicon, 0); in taskdialog_set_icon() 517 SendMessageW(dialog_info->footer_icon, STM_SETICON, (WPARAM)hicon, 0); in taskdialog_set_icon()
|
/reactos/win32ss/user/user32/controls/ |
H A D | static.c | 547 case STM_SETICON: in StaticWndProc_common()
|
/reactos/dll/win32/shell32/wine/ |
H A D | shell32_main.c | 1104 SendDlgItemMessageW(hWnd, IDC_ABOUT_ICON, STM_SETICON, (WPARAM)info->hIcon, 0); in AboutDlgProc()
|
/reactos/dll/shellext/netshell/ |
H A D | lanstatusui.cpp | 189 hOldIcon = (HICON)SendDlgItemMessageW(hwndDlg, IDC_NETSTAT, STM_SETICON, (WPARAM)hIcon, 0); in UpdateLanStatus()
|
/reactos/win32ss/user/user32/windows/ |
H A D | messagebox.c | 274 … SendDlgItemMessageW(hwnd, MSGBOX_IDICON, STM_SETICON, (WPARAM)(HICON)mbd->mbp.lpszIcon, 0); in MessageBoxProc()
|
/reactos/dll/win32/shell32/ |
H A D | CShellLink.cpp | 2787 SendDlgItemMessageW(hwndDlg, IDC_SHORTCUT_ICON, STM_SETICON, (WPARAM)m_hIcon, 0); in OnInitDialog() 2946 … SendDlgItemMessageW(hwndDlg, IDC_SHORTCUT_ICON, STM_SETICON, (WPARAM)m_hIcon, 0); in OnCommand()
|
H A D | shlfileop.cpp | 157 SendDlgItemMessageW(hDlg, IDC_YESTOALL_ICON, STM_SETICON, (WPARAM)info->hIcon, 0); in ConfirmMsgBox_Init()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 539 #define Static_SetIcon(hwndCtl,hIcon) ((HICON)(UINT_PTR)SNDMSG((hwndCtl),STM_SETICON,(WPARAM)(HICON…
|
H A D | winuser.h | 2095 #define STM_SETICON 368 macro
|
/reactos/dll/win32/syssetup/ |
H A D | wizard.c | 725 SendDlgItemMessageW(hwndDlg, IDC_PRODUCT_ICON, STM_SETICON, (WPARAM)hIcon, 0); in ProductPageDlgProc()
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4760 HANDLE_MSG(hwnd, STM_SETICON, MD_Static_OnSetIcon); in MD_msgdump() 5475 DEFINE_RESULT(STM_SETICON); in MD_msgresult()
|
/reactos/dll/win32/msi/ |
H A D | dialog.c | 1342 SendMessageW( control->hwnd, STM_SETICON, (WPARAM) control->hIcon, 0 ); in dialog_icon_control()
|