--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > Read that, couldn't really work out what consequences would be. > If I have some spare tiem I'll debug around CoWaitForMultipleHandles with > COWAIT_INPUTAVAILABLE and see just what's happening. >
The key part of this flag is: even if the input has been seen (but not removed) using a call to another function Without this flag, it'll wait for/process only new messages. The problem in this case that it not only detects old messages, but also seems to return, at least in some cases.
