0

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.

caf
  • 233,326
  • 40
  • 323
  • 462
user37875
  • 13,904
  • 9
  • 37
  • 43

1 Answers1

0

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

Sergey Podobry
  • 7,101
  • 1
  • 41
  • 51