/reactos/modules/rostests/winetests/ole32/ |
H A D | compobj.c | 2872 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 D | marshal.c | 702 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 D | AttachThreadInput.c | 674 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 D | EmptyClipboard.c | 92 PostMessageW(hWnd1, WM_QUIT, 0, 0); in ClipThread()
|
/reactos/modules/rostests/tests/thread_msg/ |
H A D | thread_msg.c | 91 assert( PostThreadMessage( id, WM_QUIT, 0,0 ) ); in main()
|
/reactos/modules/rosapps/applications/explorer-old/services/ |
H A D | shellservices.cpp | 80 if (msg.message == WM_QUIT) in Run()
|
/reactos/base/shell/explorer/ |
H A D | desktop.cpp | 125 PostThreadMessageW(m_ThreadId, WM_QUIT, 0, 0); in Destroy()
|
/reactos/base/applications/ctfmon/ |
H A D | ctfmon.cpp | 298 if (msg.message == WM_QUIT) in DoMainLoop()
|
/reactos/dll/directx/wine/quartz/ |
H A D | systemclock.c | 156 case WM_QUIT: in SystemClockAdviseThread()
|
H A D | videorenderer.c | 705 PostThreadMessageW(This->ThreadID, WM_QUIT, 0, 0); in VideoRendererInner_Release()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | SHAppBarMessage.cpp | 1104 PostMessage(s_hwnd2, WM_QUIT, 0, 0); in DoAction() 1105 PostThreadMessage(dwTID, WM_QUIT, 0, 0); in DoAction()
|
/reactos/dll/win32/syssetup/ |
H A D | install.c | 929 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 D | desktopipc.cpp | 416 if (Msg.message == WM_QUIT) in ExplorerMessageLoop()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | input.c | 2730 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 D | msg.c | 9652 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 D | rosperf.c | 75 if (WM_QUIT == Msg.message) in ProcessMessages()
|
/reactos/modules/rosapps/demos/maze/ |
H A D | maze.c | 655 if (WM_QUIT == msg.message) { in WinMain()
|
/reactos/base/applications/regedit/ |
H A D | find.c | 34 if (msg.message == WM_QUIT) in DoEvents()
|
/reactos/dll/cpl/desk/ |
H A D | screensaver.c | 244 if (msg.message == WM_QUIT) in WaitForSettingsDialog()
|
/reactos/win32ss/user/ntuser/ |
H A D | message.c | 1094 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 D | shellole.c | 874 r = PostMessageA(param.hwnd, WM_QUIT, 0, 0); in test_DragQueryFile()
|
/reactos/base/applications/rapps/ |
H A D | geninst.cpp | 611 PostMessage(NULL, WM_QUIT, 0, 0); in UIDlgProc()
|
/reactos/modules/rosapps/applications/devutils/shlextdbg/ |
H A D | shlextdbg.cpp | 566 PostMessage(m_hWnd, WM_QUIT, 0, 0); in Wait()
|
/reactos/base/applications/taskmgr/ |
H A D | taskmgr.c | 1114 PostThreadMessage(dwThread,WM_QUIT,0,0); in EndLocalThread()
|
/reactos/dll/win32/winmm/ |
H A D | winmm.c | 1520 case WM_QUIT: in MMSYSTEM_MidiStream_MessageHandler() 1785 MMSYSTEM_MidiStream_PostMessage(lpMidiStrm, WM_QUIT, 0, 0); in midiStreamClose()
|