Determining the Network Protocol Used By Named Pipes

Last reviewed: September 25, 1995
Article ID: Q126766
The information in this article applies to:
  • Microsoft Win32 Application Programming Interface (API) included with:

        - Microsoft Windows NT version 3.5
    

This article discusses how to determine or set the network protocol used by named pipes.

Named pipes are implemented using the server message block (SMB) redirector and server. As such, they can use whatever protocols are bound into the server and the client.

Both the redirector and the server maintain independent lists of transports that they are active on. The redirector contacts the remote server. The redirector will use the highest priority transport that both the client and the server support.

The priority for the transports is set using the Network control panel applet. Go into the Bindings button, select Workstation, and use the up and down buttons to rearrange the order that the redirector will use while trying to connect to the remote server.


Additional reference words: 3.50
KBCategory: kbprg
KBSubcategory: BseIpc


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 25, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.