views:

23

answers:

1

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.

A: 

Named pipes work over a network. Also you can use TDI.

Sergius