rpcrt4: Add a test for IRpcStubBuffer_Connect on a delegated stub.
commitd28698dd7352dae4306e7309af8b5a169290172c
authorHuw Davies <huw@codeweavers.com>
Sat, 26 Aug 2006 17:20:44 +0000 (26 18:20 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Aug 2006 10:26:31 +0000 (29 12:26 +0200)
treefcbc07dd11db9f9ad841a3d63eb7473e2a09dbfe
parent161f60071e652f9083a63b01297a3552f58994e7
rpcrt4: Add a test for IRpcStubBuffer_Connect on a delegated stub.

This shows that we have a vtbl ptr at (void**)This-2 that is passed to
the base interface's IRpcStubBuffer_Connect.  This vtbl should
presumably forward calls to the real object's vtbl.  We can't simply
pass the real object to the base interface's stub, as the real
object's QI may not provide us with the base interface.
dlls/rpcrt4/tests/cstub.c