Home
last modified time | relevance | path

Searched refs:WM_QUIT (Results 1 – 25 of 44) sorted by relevance

12

/reactos/modules/rostests/winetests/ole32/
H A Dcompobj.c2872 PostMessageA(hWnd, WM_QUIT, 40, 0); in test_CoWaitForMultipleHandles()
2874 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()
2878 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()
2882 PostMessageA(hWnd, WM_QUIT, 40, 0); in test_CoWaitForMultipleHandles()
2906 PostMessageA(hWnd, WM_QUIT, 41, 0); in test_CoWaitForMultipleHandles()
2918 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()
2941 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()
2951 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()
2959 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()
2974 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()
[all …]
H A Dmarshal.c702 BOOL ret = PostThreadMessageA(tid, WM_QUIT, 0, 0); in end_host_object()
2960 PostMessageA(hwnd, WM_QUIT, 0, 0); in window_proc()
2990 PostMessageA(hwnd, WM_QUIT, 0, 0); in window_proc()
/reactos/modules/rostests/apitests/user32/
H A DAttachThreadInput.c674 PostThreadMessage(data[1].tid, WM_QUIT,0,0); in START_TEST()
675 PostThreadMessage(data[2].tid, WM_QUIT,0,0); in START_TEST()
676 PostThreadMessage(data[3].tid, WM_QUIT,0,0); in START_TEST()
677 PostThreadMessage(data[4].tid, WM_QUIT,0,0); in START_TEST()
H A DEmptyClipboard.c92 PostMessageW(hWnd1, WM_QUIT, 0, 0); in ClipThread()
/reactos/modules/rostests/tests/thread_msg/
H A Dthread_msg.c91 assert( PostThreadMessage( id, WM_QUIT, 0,0 ) ); in main()
/reactos/modules/rosapps/applications/explorer-old/services/
H A Dshellservices.cpp80 if (msg.message == WM_QUIT) in Run()
/reactos/base/shell/explorer/
H A Ddesktop.cpp125 PostThreadMessageW(m_ThreadId, WM_QUIT, 0, 0); in Destroy()
/reactos/base/applications/ctfmon/
H A Dctfmon.cpp298 if (msg.message == WM_QUIT) in DoMainLoop()
/reactos/dll/directx/wine/quartz/
H A Dsystemclock.c156 case WM_QUIT: in SystemClockAdviseThread()
H A Dvideorenderer.c705 PostThreadMessageW(This->ThreadID, WM_QUIT, 0, 0); in VideoRendererInner_Release()
/reactos/modules/rostests/apitests/shell32/
H A DSHAppBarMessage.cpp1104 PostMessage(s_hwnd2, WM_QUIT, 0, 0); in DoAction()
1105 PostThreadMessage(dwTID, WM_QUIT, 0, 0); in DoAction()
/reactos/dll/win32/syssetup/
H A Dinstall.c929 PostThreadMessage(GetThreadId(hThread), WM_QUIT, 0, 0); in CommonInstall()
1524 PostThreadMessage(GetThreadId(hHotkeyThread), WM_QUIT, 0, 0); in InstallReactOS()
/reactos/dll/win32/browseui/
H A Ddesktopipc.cpp416 if (Msg.message == WM_QUIT) in ExplorerMessageLoop()
/reactos/modules/rostests/winetests/user32/
H A Dinput.c2730 ret = PostMessageA(wnd_event.hwnd, WM_QUIT, 0, 0); in test_attach_input()
2790 ret = PostMessageA(wnd_event.hwnd, WM_QUIT, 0, 0); in test_attach_input()
2822 ret = PostMessageA(wnd_event.hwnd, WM_QUIT, 0, 0); in test_attach_input()
2846 ret = PostMessageA(wnd_event.hwnd, WM_QUIT, 0, 0); in test_attach_input()
2870 ret = PostMessageA(wnd_event.hwnd, WM_QUIT, 0, 0); in test_attach_input()
H A Dmsg.c9652 PostMessageA(hwnd, WM_QUIT, 0x1234, 0x5678); in StopQuitMsgCheckProcA()
9653 PostMessageA(hwnd, WM_QUIT, 0x4321, 0x8765); in StopQuitMsgCheckProcA()
10740 PostThreadMessageA(tid, WM_QUIT, 0, 0); in test_winevents()
10804 PostThreadMessageA(tid, WM_QUIT, 0, 0); in test_winevents()
10848 PostThreadMessageA(tid, WM_QUIT, 0, 0); in test_winevents()
10886 PostThreadMessageA(tid, WM_QUIT, 0, 0); in test_winevents()
12139 ok(ret && msg.message == WM_QUIT, in test_PeekMessage()
12581 { WM_QUIT, posted|wparam|lparam, 0x1234, 0 },
12667 if (msg.message == WM_QUIT) in test_quit_message()
16343 PostThreadMessageA( id, WM_QUIT, 0, 0 ); in test_WaitForInputIdle()
[all …]
/reactos/modules/rosapps/applications/sysutils/utils/rosperf/
H A Drosperf.c75 if (WM_QUIT == Msg.message) in ProcessMessages()
/reactos/modules/rosapps/demos/maze/
H A Dmaze.c655 if (WM_QUIT == msg.message) { in WinMain()
/reactos/base/applications/regedit/
H A Dfind.c34 if (msg.message == WM_QUIT) in DoEvents()
/reactos/dll/cpl/desk/
H A Dscreensaver.c244 if (msg.message == WM_QUIT) in WaitForSettingsDialog()
/reactos/win32ss/user/ntuser/
H A Dmessage.c1094 Msg->message = WM_QUIT; in co_IntPeekMessage()
1298 if (pMsg->message != WM_PAINT && pMsg->message != WM_QUIT) in co_IntGetPeekMessage()
2385 Ret = Ret ? (WM_QUIT != pMsg->message) : FALSE; in NtUserGetMessage()
/reactos/modules/rostests/winetests/shell32/
H A Dshellole.c874 r = PostMessageA(param.hwnd, WM_QUIT, 0, 0); in test_DragQueryFile()
/reactos/base/applications/rapps/
H A Dgeninst.cpp611 PostMessage(NULL, WM_QUIT, 0, 0); in UIDlgProc()
/reactos/modules/rosapps/applications/devutils/shlextdbg/
H A Dshlextdbg.cpp566 PostMessage(m_hWnd, WM_QUIT, 0, 0); in Wait()
/reactos/base/applications/taskmgr/
H A Dtaskmgr.c1114 PostThreadMessage(dwThread,WM_QUIT,0,0); in EndLocalThread()
/reactos/dll/win32/winmm/
H A Dwinmm.c1520 case WM_QUIT: in MMSYSTEM_MidiStream_MessageHandler()
1785 MMSYSTEM_MidiStream_PostMessage(lpMidiStrm, WM_QUIT, 0, 0); in midiStreamClose()

12