Home
last modified time | relevance | path

Searched refs:WM_MDIDESTROY (Results 1 – 10 of 10) sorted by relevance

/reactos/modules/rosapps/templates/mdi/
H A Dframewnd.c196 SendMessage(GetParent(hWnd), WM_MDIDESTROY, (WPARAM)hWnd, 0); in CloseEnumProc()
271 SendMessage(hMDIClient, WM_MDIDESTROY, (WPARAM)hChildWnd, 0); in _CmdWndProc()
/reactos/base/shell/progman/
H A Dgroup.c645 SendMessageW(Globals.hMDIWnd, WM_MDIDESTROY, (WPARAM)hGroup->hWnd, 0); in GROUP_DeleteGroup()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dfilechild.cpp397 SendMessage(info._hmdiclient, WM_MDIDESTROY, (WPARAM)child->_hwnd, 0); in create()
/reactos/modules/rostests/winetests/user32/
H A Dwin.c1396 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_MDI_create()
1406 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_MDI_create()
1423 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_MDI_create()
1449 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_MDI_create()
1466 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_MDI_create()
1481 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_MDI_create()
1502 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_MDI_create()
1529 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_MDI_create()
1546 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_MDI_create()
1565 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_MDI_create()
[all …]
H A Dmsg.c3169 { WM_MDIDESTROY, sent }, /* in MDI client */
3257 { WM_MDIDESTROY, sent }, /* in MDI client */
4209 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child2, 0); in test_mdi_messages()
4272 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_mdi_messages()
4275 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child2, 0); in test_mdi_messages()
4309 SendMessageA(mdi_client, WM_MDIDESTROY, (WPARAM)mdi_child, 0); in test_mdi_messages()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c1210 case WM_MDIDESTROY: in MDIClientWndProc_common()
1570 SendMessageW( client, WM_MDIDESTROY, (WPARAM)hwnd, 0 ); in DefMDIChildProcW()
/reactos/sdk/include/psdk/
H A Dwinuser.rh556 #define WM_MDIDESTROY 0x0221
H A Dwindowsx.h173 #define FORWARD_WM_MDIDESTROY(hwnd,hwndDestroy,fn) (void)(fn)((hwnd),WM_MDIDESTROY,(WPARAM)(hwndDes…
H A Dwinuser.h1816 #define WM_MDIDESTROY 545 macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h5271 HANDLE_MSG(hwnd, WM_MDIDESTROY, MD_MDIDestroy); in MD_msgdump()
5978 DEFINE_RESULT(WM_MDIDESTROY); in MD_msgresult()