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

Re: Sending network data from driver mode by Calvin

Calvin
Tue Apr 26 09:09:23 CDT 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.googlegroups.com...
> 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
>



Re: Sending network data from driver mode by Stephan

Stephan
Wed Apr 27 09:13:16 CDT 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