Hi there,

Is it possible to use the winsock2 API from a filter driver, or in general
from a device driver?

regards,
Nikos Nikolaou

Re: Filter driver and winsock2 by Don

Don
Thu Dec 09 10:13:28 CST 2004

There are third party libraries for sockets from OSR
http://www.osr.com/toolkits_ksocks.shtml and StorageCraft
http://www.storagecraft.com/products/ksockets.html. The native way to do
this is TDI there are some samples in the DDK and on the web for this, I
also recomend the PCAUSA TDI samples
http://www.pcausa.com/tdisamp/default.htm

--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply


"Nikos Nikolaou" <Nikos Nikolaou@discussions.microsoft.com> wrote in message
news:E1EE3112-AECA-4FF2-A42B-BF2BC36E8715@microsoft.com...
> Hi there,
>
> Is it possible to use the winsock2 API from a filter driver, or in general
> from a device driver?
>
> regards,
> Nikos Nikolaou