[python-win32] Re: win32pipe Usage

Roger Upole rwupole at msn.com
Thu Mar 11 21:20:06 EST 2004


You should be able to use win32file.CreateFile to connect to a pipe,
and ReadFile and WriteFile to transfer data.  (although I've never actually
used them for this purpose myself)  The msdn docs at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipc/base/pipes.asp
give a pretty good overview.

       Roger

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20040311/5226ec35/attachment.html


More information about the Python-win32 mailing list