Home
last modified time | relevance | path

Searched refs:WM_MDISETMENU (Results 1 – 8 of 8) sorted by relevance

/reactos/base/shell/progman/
H A Dstring.c53 … SendMessageW(Globals.hMDIWnd, WM_MDISETMENU, (WPARAM)hMainMenu, (LPARAM)Globals.hWindowsMenu); in STRING_LoadMenus()
/reactos/dll/win32/uxtheme/
H A Dthemehooks.c670 UAH_HOOK_MESSAGE(puah->WndProcArray, WM_MDISETMENU); in ThemeInitApiHook()
/reactos/sdk/include/psdk/
H A Dwinuser.rh574 #define WM_MDISETMENU 0x0230
H A Dwindowsx.h179 …hwnd,fRefresh,hmenuFrame,hmenuWindow,fn) (HMENU)(UINT_PTR)(fn)((hwnd),WM_MDISETMENU,(WPARAM)((fRef…
H A Dwinuser.h1825 #define WM_MDISETMENU 560 macro
/reactos/win32ss/user/user32/windows/
H A Dmdi.c1246 case WM_MDISETMENU: in MDIClientWndProc_common()
/reactos/sdk/include/reactos/
H A Dmsgdump.h5288 HANDLE_MSG(hwnd, WM_MDISETMENU, MD_MDISetMenu); in MD_msgdump()
5987 DEFINE_RESULT(WM_MDISETMENU); in MD_msgresult()
/reactos/modules/rostests/winetests/user32/
H A Dwin.c2155 SendMessageW(mdi_client, WM_MDISETMENU, 0, (LPARAM)child_menu); in test_mdi()
2301 SendMessageW(mdi_client, WM_MDISETMENU, 0, (LPARAM)child_menu); in test_mdi()