RPC CALLBACK Attribute and Unsupported Protocol Sequences

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

SUMMARY

The CALLBACK attribute of RPC does not support connection-less protocol sequences.

MORE INFORMATION

If an RPC interface has a procedure with the CALLBACK attribute, it can only make use of connection-oriented protocol sequences. The following protocol sequences are not supported:

  • ncadg_ip_udp
  • ncadg_ipx

If an RPC client tries to call a remote procedure that in turn calls a procedure back on client, the client will be able make the initial call, but when the server tries to call the procedure on client, the RPC run time generates exception 1726: The remote procedure call failed.


Additional reference words: 3.50
KBCategory: kbnetwork 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.