Tagged Questions
1
vote
4answers
2k views
Is there a function like PeekMessage that doesn't process messages?
I'm trying to innocently call
PeekMessage(&msg, 0, WM_KEYDOWN, WM_KEYUP, PM_NOREMOVE | PM_NOYIELD);
and Windows Vista 64, in the PeekMessage call, is processing messages. The result is that ...