rpcrt4: Add tests for NdrStubForwardingFunction and write a commented out implementation.
commit6a0fccd3a92e773b8d713b4a56785fe23f03e809
authorHuw Davies <huw@codeweavers.com>
Wed, 23 Aug 2006 12:56:04 +0000 (23 13:56 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 23 Aug 2006 18:09:52 +0000 (23 20:09 +0200)
tree68eef1399d8306361fe3008daa2d470b6f80f66b
parenta5dcb3e39de9df18817ba402662f966320717ccd
rpcrt4: Add tests for NdrStubForwardingFunction and write a commented out implementation.

This shows that the IRpcStubBuffer for a delegated stub's base
interface is stored at (void**)This-1.
dlls/rpcrt4/cstub.c
dlls/rpcrt4/ndr_midl.c
dlls/rpcrt4/tests/cstub.c