- Use memset instead of ZeroMemory, just to be consistent with Ove's
commit461708c1421d91a4c2d0daa8d43bc7206dbabb6b
authorGreg Turner <gmturner007@ameritech.net>
Fri, 25 Oct 2002 21:02:02 +0000 (25 21:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 25 Oct 2002 21:02:02 +0000 (25 21:02 +0000)
treefb4d41eb33247f501ab1f359b15268f86fd12046
parent1a7a9473142bd13000df840ca8d103bd329362e0
- Use memset instead of ZeroMemory, just to be consistent with Ove's
  code.
- Add some assertions where assumptions are made (need way more).
- Plug the binding handle into the RPC_MESSAGE during NdrGetBuffer.
- Implement NdrSendReceive.
- Attempt to support client and server bindings in I_RpcSend[Receive].
dlls/rpcrt4/ndr_marshall.c
dlls/rpcrt4/ndr_midl.c
dlls/rpcrt4/rpc_message.c