Chapter 6 Transport Helper DLLs for Windows Sockets

Originally an application programming interface specific to TCP/IP, Windows Sockets has since become the primary user-mode interface to Windows NT® network transports. In addition to TCP/IP, the Windows Sockets dynamic-link library works in conjunction with several other transports that provide extensions in the form of transport-specific user-mode Windows Sockets helper (WSH) DLLs.

This describes the WSH DLL to be supplied with a new transport driver to support application calls through Windows Sockets, as follows:

For information about how applications interface with Windows Sockets 2, see the Win32 SDK.