Home
last modified time | relevance | path

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

/reactos/dll/win32/browseui/
H A DCTaskbarList.cpp79 SendTaskWndShellHook(HSHELL_WINDOWDESTROYED, hwnd); in DeleteTab()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtaskbar.cpp211 case HSHELL_WINDOWDESTROYED: in WndProc()
/reactos/base/shell/explorer/
H A Dtaskswnd.cpp41 { HSHELL_WINDOWDESTROYED, L"HSHELL_WINDOWDESTROYED" },
1524 case HSHELL_WINDOWDESTROYED: in OnShellHook()
/reactos/modules/rostests/apitests/shell32/
H A DShellHook.cpp326 case HSHELL_WINDOWDESTROYED: in ShellProc()
/reactos/win32ss/user/ntuser/
H A Dwinpos.c1971 co_IntShellHookNotify(HSHELL_WINDOWDESTROYED, (WPARAM)UserHMGetHandle(Window), 0); in co_WinPosSetWindowPos()
H A Dwindow.c2921 co_IntShellHookNotify(HSHELL_WINDOWDESTROYED, (WPARAM) hWnd, 0); in co_UserDestroyWindow()
/reactos/sdk/include/psdk/
H A Dwinuser.h1259 #define HSHELL_WINDOWDESTROYED 2 macro