Initial support for RPC call failures, by catching RPC server
commitc707e23675d0ffa94151639def4abb6a7c7b8564
authorOve Kaaven <ovek@transgaming.com>
Thu, 22 May 2003 03:36:00 +0000 (22 03:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 May 2003 03:36:00 +0000 (22 03:36 +0000)
tree59722d30d2ca0dcdb826c0891329a8b851de7edf
parent7f53bb8f8cca46c56899e2e6b8e7945ad8442141
Initial support for RPC call failures, by catching RPC server
exceptions and returning simple failure packets, and throwing
exceptions on the client side when unmarshalling the failure packet.
dlls/rpcrt4/ndr_midl.c
dlls/rpcrt4/rpc_message.c
dlls/rpcrt4/rpc_misc.h [new file with mode: 0644]
dlls/rpcrt4/rpc_server.c