Searched refs:GetClassLongPtr (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | taskbar.cpp | 336 hIcon = (HICON)GetClassLongPtr(hwnd, GCL_HICONSM); in get_window_icon_small() 339 hIcon = (HICON)GetClassLongPtr(hwnd, GCL_HICON); in get_window_icon_small() 361 hIcon = (HICON)GetClassLongPtr(hwnd, GCL_HICON); in get_window_icon_big() 364 hIcon = (HICON)GetClassLongPtr(hwnd, GCL_HICONSM); in get_window_icon_big()
|
H A D | desktopbar.cpp | 110 SetClassLongPtr(hwndStart, GCL_STYLE, GetClassLongPtr(hwndStart, GCL_STYLE) & ~CS_DBLCLKS); in Init()
|
/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/dll/win32/uxtheme/ |
H A D | nonclient.c | 76 hIcon = (HICON)GetClassLongPtr(pcontext->hWnd, GCLP_HICONSM); in UserGetWindowIcon() 79 hIcon = (HICON)GetClassLongPtr(pcontext->hWnd, GCLP_HICON); in UserGetWindowIcon()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 5628 #define GetClassLongPtr GetClassLongPtrW macro 5794 #define GetClassLongPtr GetClassLongPtrA macro
|