[PATCH 2/2] rpcrt4: Add a test for IRpcStubBuffer_Connect on a delegated stub.

Huw Davies huw at codeweavers.com
Sat Aug 26 12:20:44 CDT 2006


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 |   55 +++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 52 insertions(+), 3 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bfe99f1220e21d2d7837b454c864ca367de68ed3.diff
Type: text/x-patch
Size: 3645 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060826/1647c4a9/bfe99f1220e21d2d7837b454c864ca367de68ed3.bin


More information about the wine-patches mailing list