Searched refs:STM_GETICON (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | static.c | 474 case STM_GETICON: in STATIC_WindowProc()
|
/reactos/win32ss/user/user32/controls/ |
H A D | static.c | 522 case STM_GETICON: in StaticWndProc_common()
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | filedefext.cpp | 803 HICON hIcon = (HICON)SendMessageW(hIconCtrl, STM_GETICON, 0, 0); in GeneralPageProc()
|
H A D | filetypes.cpp | 1629 HICON hOld = (HICON)SendDlgItemMessageW(hwndDlg, IDC_EDITTYPE_ICON, STM_GETICON, 0, 0); in EditTypeDlgProc()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 536 #define Static_GetIcon(hwndCtl,hIcon) ((HICON)(UINT_PTR)SNDMSG((hwndCtl),STM_GETICON,0,0))
|
H A D | winuser.h | 2093 #define STM_GETICON 369 macro
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 4761 HANDLE_MSG(hwnd, STM_GETICON, MD_Static_OnGetIcon); in MD_msgdump() 5476 DEFINE_RESULT(STM_GETICON); in MD_msgresult()
|