Searched refs:GCLP_HICON (Results 1 – 10 of 10) sorted by relevance
/reactos/win32ss/user/user32/windows/ |
H A D | class.c | 706 case GCLP_HICON: in IntGetClassLongA() 780 case GCLP_HICON: in IntGetClassLongW() 827 case GCLP_HICON: in GetClassLongA() 883 case GCLP_HICON: in GetClassLongW()
|
H A D | mdi.c | 914 hIcon = (HICON)GetClassLongPtrW(hChild, GCLP_HICON); in MDI_AugmentFrameMenu()
|
/reactos/win32ss/user/user32/controls/ |
H A D | ghost.c | 500 hIcon = (HICON)GetClassLongPtrW(pData->hwndTarget, GCLP_HICON); in Ghost_GetIcon()
|
/reactos/base/shell/explorer/ |
H A D | taskswnd.cpp | 517 … hIcon = (HICON)GetClassLongPtr(hwnd, g_TaskbarSettings.bSmallIcons ? GCLP_HICONSM : GCLP_HICON); in GetWndIcon() 521 … return (HICON)GetClassLongPtr(hwnd, g_TaskbarSettings.bSmallIcons ? GCLP_HICON : GCLP_HICONSM); in GetWndIcon()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | class.c | 1068 SetClassLongPtrW(hwnd, GCLP_HICON, 0); in test_icons() 1071 SetClassLongPtrW(hwnd, GCLP_HICON, (LONG_PTR)LoadIconW(NULL, (LPCWSTR)IDI_QUESTION)); in test_icons()
|
/reactos/base/applications/rapps/ |
H A D | loaddlg.cpp | 481 hIconBg = (HICON)GetClassLongPtrW(hMainWnd, GCLP_HICON); in DownloadDlgProc()
|
/reactos/win32ss/user/ntuser/ |
H A D | class.c | 2018 case GCLP_HICON: in UserSetClassLongPtr() 2684 case GCLP_HICON: in IntNtUserSetClassLongPtr()
|
/reactos/base/applications/sndvol32/ |
H A D | sndvol32.c | 981 GCLP_HICON); in MainWindowProc()
|
/reactos/dll/win32/uxtheme/ |
H A D | nonclient.c | 79 hIcon = (HICON)GetClassLongPtr(pcontext->hWnd, GCLP_HICON); in UserGetWindowIcon()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 674 #define GCLP_HICON (-14) macro
|