Is it possible to use overlapped I/O with an anonymous pipe? CreatePipe() does not have any way of specifying FILE_FLAG_OVERLAPPED, so I assume ReadFile() will block, even if I supply an OVERLAPPED-structure.
+1
A:
Here is an implementation for an anonymous pipe function with the possibility to specify FILE_FLAG_OVERLAPPED. If the link should die in the future search the net for MyCreatePipeEx.
Thanks! That's just what I needed.
Steve Hanov
2010-07-16 18:29:23