Searched refs:WM_MDIDESTROY (Results 1 – 10 of 10) sorted by relevance
/reactos/modules/rosapps/templates/mdi/ |
H A D | framewnd.c | 196 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 D | group.c | 645 SendMessageW(Globals.hMDIWnd, WM_MDIDESTROY, (WPARAM)hGroup->hWnd, 0); in GROUP_DeleteGroup()
|
/reactos/modules/rosapps/applications/explorer-old/shell/ |
H A D | filechild.cpp | 397 SendMessage(info._hmdiclient, WM_MDIDESTROY, (WPARAM)child->_hwnd, 0); in create()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 1396 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 D | msg.c | 3169 { 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 D | mdi.c | 1210 case WM_MDIDESTROY: in MDIClientWndProc_common() 1570 SendMessageW( client, WM_MDIDESTROY, (WPARAM)hwnd, 0 ); in DefMDIChildProcW()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.rh | 556 #define WM_MDIDESTROY 0x0221
|
H A D | windowsx.h | 173 #define FORWARD_WM_MDIDESTROY(hwnd,hwndDestroy,fn) (void)(fn)((hwnd),WM_MDIDESTROY,(WPARAM)(hwndDes…
|
H A D | winuser.h | 1816 #define WM_MDIDESTROY 545 macro
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 5271 HANDLE_MSG(hwnd, WM_MDIDESTROY, MD_MDIDestroy); in MD_msgdump() 5978 DEFINE_RESULT(WM_MDIDESTROY); in MD_msgresult()
|