Re: MsgWaitForSingleObject and named pipe. Which event am I getting ?
"R.Wieser" <[email protected]> Fri, 20 Mar 2026 09:57:56 +0100
| Newsgroups | comp.os.ms-windows.programmer.win32,alt.comp.os.windows-xp,alt.windows7.general |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
malxau, >> And that, it being asynchronous, is exactly what I'm trying >> to evade. > > Why? > > It seems to me that you want async semantics in the sense that > the program should process UI messages, and process pipe input, > and not block on either. Putting stuff thru a message-pump synchronises them. Regards, Rudy Wieser