Windows 95 RPC: Supported Protocol Sequences

Last reviewed: September 29, 1995
Article ID: Q125701
The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK)

The Windows 95 RPC runtime libraries support a subset of the protocol sequences introduced in Microsoft RPC 1.0. Here is the list of supported protocol sequences:

  Protocol Sequence  Comments
  -----------------------------------------------------------------
  ncacn_ip_tcp       Requires TCP/IP installation
  ncacn_nb_nb        NetBEUI is the only supported NetBIOS transport
  ncacn_np           Support for client applications only
  ncacn_spx          Requires IPX/SPX installation
  ncalrpc            Local communication only


Regarding ncacn_np: Windows 95 does not support server-side named pipes, so ncacn_np is not a valid protocol sequence for RPC servers running on Windows 95. However, ncacn_np is valid for RPC client applications.


Additional reference words: 4.00 NETWORKING
KBCategory: kbnetwork
KBSubcategory: NtwkRpc


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 29, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.