Home
last modified time | relevance | path

Searched refs:STM_GETICON (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dstatic.c474 case STM_GETICON: in STATIC_WindowProc()
/reactos/win32ss/user/user32/controls/
H A Dstatic.c522 case STM_GETICON: in StaticWndProc_common()
/reactos/dll/win32/shell32/dialogs/
H A Dfiledefext.cpp803 HICON hIcon = (HICON)SendMessageW(hIconCtrl, STM_GETICON, 0, 0); in GeneralPageProc()
H A Dfiletypes.cpp1629 HICON hOld = (HICON)SendDlgItemMessageW(hwndDlg, IDC_EDITTYPE_ICON, STM_GETICON, 0, 0); in EditTypeDlgProc()
/reactos/sdk/include/psdk/
H A Dwindowsx.h536 #define Static_GetIcon(hwndCtl,hIcon) ((HICON)(UINT_PTR)SNDMSG((hwndCtl),STM_GETICON,0,0))
H A Dwinuser.h2093 #define STM_GETICON 369 macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h4761 HANDLE_MSG(hwnd, STM_GETICON, MD_Static_OnGetIcon); in MD_msgdump()
5476 DEFINE_RESULT(STM_GETICON); in MD_msgresult()