Tech Support > Microsoft Windows > Drivers > Sending network data from driver mode
Sending network data from driver mode
Posted by binoj.pg@gmail.com on April 26th, 2005


Hi,

I have a disk class filter driver. I need to send some data to another
machine through network. How I can do network operations from kernel
mode?

Please help me. Is there any sample code available ?

Thanks ,
Binoj

Posted by Calvin Guan on April 26th, 2005


You can use the TDI interface. Also, there're kernel mode socket in the
market.


--
Calvin Guan, Windows DDK MVP

<binoj.pg@gmail.com> wrote in message
news:1114522015.980894.138130@g14g2000cwa.googlegr oups.com...


Posted by Stephan Wolf [MVP] on April 27th, 2005


See e.g. MVP Thomas Divine's article at WD3:

"Remoting Your Toaster Using Kernel-Mode TCP/IP"
http://www.wd-3.com/archive/RemoteToaster.htm

Stephan