Lines Matching refs:WM_QUIT
2629 PostThreadMessageW(GetCurrentThreadId(), WM_QUIT, 0, 0); in test_CoWaitForMultipleHandles_thread()
2872 PostMessageA(hWnd, WM_QUIT, 40, 0); in test_CoWaitForMultipleHandles()
2874 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()
2876 ok(msg.message == WM_QUIT, "expected msg.message = WM_QUIT, got %u\n", msg.message); 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()
2923 ok(msg.message == WM_QUIT, "expected msg.message = WM_QUIT, got %u\n", msg.message); in test_CoWaitForMultipleHandles()
2932 PostMessageA(hWnd, WM_QUIT, 42, 0); in test_CoWaitForMultipleHandles()
2941 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()
2943 ok(msg.message == WM_QUIT, "expected msg.message = WM_QUIT, got %u\n", msg.message); in test_CoWaitForMultipleHandles()
2951 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()
2957 ok(msg.message == WM_QUIT, "expected msg.message = WM_QUIT, got %u\n", msg.message); 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()
2992 success = PeekMessageA(&msg, hWnd, WM_QUIT, WM_QUIT, PM_REMOVE); in test_CoWaitForMultipleHandles()