Introduction - If you have any usage issues, please Google them yourself
KernelSocketsModule is intended to provide the simple common network programming interface in kernel mode without dependence on target operating system. On Windows XP and Windows Server 2003 it uses TDI-implementation, on Windows Vista, Windows Server 2008 and Windows 7 it uses Windows Sockets Kernel (WSK) implementation. Interface stays the same. Sorry, but most of comments are in Russian. Simple SMTP-client module that uses this KernelSocketsModule is provided for example. Provided project is fully-working (on 28.02.2010) example, that sends e-mail to certain mailbox on "mail.ru" server. You can find account parameters inside the project.