Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.7 KiB

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type"
  4. content="text/html; charset=iso-8859-1">
  5. <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
  6. <title>Network Driver Sample for the Advanced Micro Devices LANCE (Am 7990) Ethernet Controller</title>
  7. </head>
  8. <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
  9. vlink="#800080" leftmargin="8">
  10. <p><a name="top"></a></p>
  11. <h2><font face="Verdana">WSHSMPLE &#150; Winsock Helper DLL</font></h2>
  12. <h3><font face="Verdana">SUMMARY</font></h3>
  13. <p><font size="2" face="Verdana">This sample is a Windows Sockets
  14. Helper DLL. Provides the transport-specific support necessary for
  15. the Windows Sockets DLL to use TCP/IP as a transport. This helper
  16. dll requires a transport to be functional and should be installed
  17. as part of the transport install, thus it does not need an INF
  18. file. This sample was based from a snapsot of the Windows NT 4.0
  19. helper DLL for TCP/IP and is supplied as an example of how to
  20. interface a transport to Winsock. It does not support and does not
  21. need to support plug and play or power management.</font></p>
  22. <h3><font face="Verdana">BUILDING THE SAMPLE</font></h3>
  23. <p><font size="2" face="Verdana">Run the <b>build</b>
  24. command from this directory to build the sample, or build it
  25. using Visual C 6.0. This sample can be used on both x86 and alpha platforms. All the files in this
  26. directory are required, and it produces a single file: WSHSMPLE.DLL.
  27. Both checked and free builds can be built. It has
  28. not been determined whether the sample is 64-bit compliant.</font></p>
  29. <h3><font face="Verdana">RESOURCES</font></h3>
  30. <p><font size="2" face="Verdana">Not applicable. </font></p>
  31. <h3><font face="Verdana">CODE TOUR</font></h3>
  32. <h4><font face="Verdana">File Manifest</font></h4>
  33. <pre><u>Files Description
  34. </u>WshSmple.htm The documentation for this sample (this file)
  35. <font face="Courier">SOURCES The generic file for building the code sample
  36. WshSmple.rc The resource file for the code sample
  37. Smpletcp.h Public definitions for transport and application layers
  38. WshSmple.h Definitions and function prototypes
  39. WshSmple.c Routines to interface between Winsock and transport
  40. WshSmple.def Module definition file for the sample
  41. </font><font face="Verdana"> </font></pre>
  42. <p align="center"><a href="#top"><font size="2" face="Verdana">Top
  43. of page</font></a><font size="2" face="Verdana"> </font></p>
  44. <table border="0" cellspacing="0" width="624">
  45. <tr>
  46. <td bgcolor="#00FFFF" height="2">&nbsp;</td>
  47. </tr>
  48. </table>
  49. <p><font size="1" face="MS Sans Serif">� 1998 Microsoft
  50. Corporation</font><font size="2" face="Verdana"> </font></p>
  51. </body>
  52. </html>