Searched refs:WM_MDISETMENU (Results 1 – 8 of 8) sorted by relevance
/reactos/base/shell/progman/ |
H A D | string.c | 53 … SendMessageW(Globals.hMDIWnd, WM_MDISETMENU, (WPARAM)hMainMenu, (LPARAM)Globals.hWindowsMenu); in STRING_LoadMenus()
|
/reactos/dll/win32/uxtheme/ |
H A D | themehooks.c | 670 UAH_HOOK_MESSAGE(puah->WndProcArray, WM_MDISETMENU); in ThemeInitApiHook()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.rh | 574 #define WM_MDISETMENU 0x0230
|
H A D | windowsx.h | 179 …hwnd,fRefresh,hmenuFrame,hmenuWindow,fn) (HMENU)(UINT_PTR)(fn)((hwnd),WM_MDISETMENU,(WPARAM)((fRef…
|
H A D | winuser.h | 1825 #define WM_MDISETMENU 560 macro
|
/reactos/win32ss/user/user32/windows/ |
H A D | mdi.c | 1246 case WM_MDISETMENU: in MDIClientWndProc_common()
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 5288 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 D | win.c | 2155 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()
|