Raise exceptions on failures.
[wine] / dlls / rpcrt4 / rpc_message.c
2005-08-03  Robert ShearmanDon't free previous buffer in NdrGetBuffer.
2005-07-24  Stefan HuehnerFix some missing-declarations warnings.
2005-03-14  Robert Shearman- RpcMgmtStopServerListen should not affect auto-listen...
2005-02-15  Robert Shearman- Add a stub implementation of RpcImpersonateClient.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-04-26  Filip NavaraMake RPCRT4 use Windows compatible protocol (DCE v5...
2004-04-19  Filip NavaraPrevent crashes in I_RpcSend on Windows XP.
2004-02-27  Robert Shearman- Fix a bad use of HeapRealloc.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-22  Ove KaavenInitial support for RPC call failures, by catching...
2003-05-21  Ove KaavenFor RPC servers, don't deallocate the RPC request packe...
2003-02-19  Ove KaavenFor better concurrency, separate the connections from...
2002-10-28  Greg Turner- Pull the buffer from the rpc message into the midl...
2002-10-28  Greg Turner- Clean up and add some comments.
2002-10-25  Greg Turner- Use memset instead of ZeroMemory, just to be consiste...
2002-10-10  Ove KaavenImplemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcRecei...