windows-nt/Source/XPSP1/NT/net/sockets/samples/wshsmple
2020-09-26 16:20:57 +08:00
..
makefile Add source files 2020-09-26 16:20:57 +08:00
readme.htm Add source files 2020-09-26 16:20:57 +08:00
smpletcp.h Add source files 2020-09-26 16:20:57 +08:00
sources Add source files 2020-09-26 16:20:57 +08:00
wshsmple.c Add source files 2020-09-26 16:20:57 +08:00
wshsmple.def Add source files 2020-09-26 16:20:57 +08:00
wshsmple.h Add source files 2020-09-26 16:20:57 +08:00
wshsmple.rc Add source files 2020-09-26 16:20:57 +08:00

<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Network Driver Sample for the Advanced Micro Devices LANCE (Am 7990) Ethernet Controller</title>
</head>

<body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
vlink="#800080" leftmargin="8">

<p><a name="top"></a></p>

<h2><font face="Verdana">WSHSMPLE &#150; Winsock Helper DLL</font></h2>

<h3><font face="Verdana">SUMMARY</font></h3>

<p><font size="2" face="Verdana">This sample is a Windows Sockets
Helper DLL. Provides the transport-specific support necessary for
the Windows Sockets DLL to use TCP/IP as a transport. This helper
dll requires a transport to be functional and should be installed
as part of the transport install, thus it does not need an INF
file. This sample was based from a snapsot of the Windows NT 4.0 
helper DLL for TCP/IP and is supplied as an example of how to 
interface a transport to Winsock. It does not support and does not
need to support plug and play or power management.</font></p>

<h3><font face="Verdana">BUILDING THE SAMPLE</font></h3>

<p><font size="2" face="Verdana">Run the <b>build</b>
command from this directory to build the sample, or build it
using Visual C 6.0. This sample can be used on both x86 and alpha platforms. All the files in this
directory are required, and it produces a single file: WSHSMPLE.DLL.
Both checked and free builds can be built. It has
not been determined whether the sample is 64-bit compliant.</font></p>

<h3><font face="Verdana">RESOURCES</font></h3>

<p><font size="2" face="Verdana">Not applicable. </font></p>

<h3><font face="Verdana">CODE TOUR</font></h3>

<h4><font face="Verdana">File Manifest</font></h4>

<pre><u>Files         Description
</u>WshSmple.htm  The documentation for this sample (this file)
<font face="Courier">SOURCES       The generic file for building the code sample
WshSmple.rc   The resource file for the code sample
Smpletcp.h    Public definitions for transport and application layers
WshSmple.h    Definitions and function prototypes
WshSmple.c    Routines to interface between Winsock and transport
WshSmple.def  Module definition file for the sample

</font><font face="Verdana"> </font></pre>

<p align="center"><a href="#top"><font size="2" face="Verdana">Top
of page</font></a><font size="2" face="Verdana"> </font></p>

<table border="0" cellspacing="0" width="624">
    <tr>
        <td bgcolor="#00FFFF" height="2">&nbsp;</td>
    </tr>
</table>

<p><font size="1" face="MS Sans Serif"><3E> 1998 Microsoft
Corporation</font><font size="2" face="Verdana"> </font></p>
</body>
</html>