home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / win32 / 270 < prev    next >
Encoding:
Text File  |  1992-07-24  |  1007 b   |  24 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!alistair
  3. From: alistair@microsoft.com (Alistair Banks)
  4. Subject: Re: cd-rom/network support
  5. Message-ID: <1992Jul24.045558.26537@microsoft.com>
  6. Date: 24 Jul 92 04:55:58 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Jul23.155544.1@vthvax.tamu.edu>
  9. Lines: 13
  10.  
  11. In article <1992Jul23.155544.1@vthvax.tamu.edu> joel@vthvax.tamu.edu writes:
  12. >
  13. >I understand NT supports IPX, DECNET, and TCPIP.  Does this multi-protocol
  14. >support provide a set of applications for their use, or is it just API
  15. >support?
  16.  
  17. the Win32 SDK that you have has both netbeui & tcp/ip support - Windows NT
  18. can support more transports, including the ones you mention, but they're
  19. not done by the various vendors yet, and not in your cd-rom
  20.  
  21. If the vendor implements their transport in the streams environment,
  22. or to the defined interfaces, the built-in networking will operate
  23. over that tranport, including file & print, and RPC services -- Alistair
  24.