Pipes in Device Drivers
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I was wondering is there a way that you can make multithreaded pipe server inside WDM device driver to take out to a user-mode aplicaton some variables. Whenever I call DeviceIoControl with the specified control code I get an error. I don't know how to fix the error, but I figured that maybe there is another way of taking out variables out of a device driver without DeviceIoControl (pipes for example :)). Please reply gabby