Lines Matching refs:next
752 MSG next;
755 if (PeekMessageW(&next, NULL, 0, 0, PM_NOREMOVE))
757 if (next.message == WM_KEYDOWN ||
758 next.message == WM_SYSKEYDOWN ||
759 next.message == WM_KEYUP ||
760 next.message == WM_SYSKEYUP)
762 if (next.wParam == VK_MENU &&
763 (HIWORD(next.lParam) & KF_EXTENDED) &&
764 next.time == time)
2120 window = window->next;