On Fri, 2 Feb 2007, H. Peter Anvin wrote:
The Internet is full of people using this technique, but I haven't found a way
to get a socket which is *not* opened for overlapping I/O.
Doesn't WSASocket() w/out WSA_FLAG_OVERLAPPED work for you? I use that and
it works just fine with ReadFile/WriteFile (example, I use to to feed std
handles to CreateProcess - and those are always accessed with ReadFile/WriteFile
by childs).
- Davide