Communicating with a driver over a network in Windows

Posted by workinprogress on Stack Overflow See other posts from Stack Overflow or by workinprogress
Published on 2009-08-24T04:31:03Z Indexed on 2010/05/08 3:58 UTC
Read the original article Hit count: 222

How could I communicate with a driver from a usermode application over a network? I can't have the driver communicate with a local usermode application which then communicates with the remote application because that wouldn't work for what I'm doing. I was thinking of using named pipes but I'm not sure if that would work over a network.

© Stack Overflow or respective owner

Related posts about driver

Related posts about named-pipes