• Huw Davies's avatar
    rpcrt4: Add a test for IRpcStubBuffer_Connect on a delegated stub. · d28698dd
    Huw Davies authored
    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.
    d28698dd
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
cproxy.c Loading commit data...
cpsf.c Loading commit data...
cpsf.h Loading commit data...
cstub.c Loading commit data...
epm_towers.h Loading commit data...
ndr_fullpointer.c Loading commit data...
ndr_marshall.c Loading commit data...
ndr_midl.c Loading commit data...
ndr_misc.h Loading commit data...
ndr_ole.c Loading commit data...
ndr_stubless.c Loading commit data...
rpc_binding.c Loading commit data...
rpc_binding.h Loading commit data...
rpc_defs.h Loading commit data...
rpc_epmap.c Loading commit data...
rpc_message.c Loading commit data...
rpc_message.h Loading commit data...
rpc_misc.h Loading commit data...
rpc_server.c Loading commit data...
rpc_server.h Loading commit data...
rpc_transport.c Loading commit data...
rpcrt4.spec Loading commit data...
rpcrt4_main.c Loading commit data...
rpcss_np_client.c Loading commit data...
rpcss_np_client.h Loading commit data...