Sweden-Number/dlls/rpcrt4/tests
Zebediah Figura 904d1688a3 ole32: Use the real proxy IID in ClientRpcChannelBuffer_GetBuffer().
Delegated proxies pass the IID of the parent interface to
NdrProxyGetBuffer(). However, this interface was never registered with ole32
on the server side, so calls to delegated methods will return
RPC_S_UNKNOWN_IF. Therefore we have ole32 ignore the passed-in parameter and
use the real proxy ID.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45673
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-17 15:37:41 +02:00
..
Makefile.in rpcrt4/tests: Add tests for delegated proxy methods. 2018-09-17 15:37:30 +02:00
cstub.c ole32: Use the real proxy IID in ClientRpcChannelBuffer_GetBuffer(). 2018-09-17 15:37:41 +02:00
cstub.idl rpcrt4/tests: Add tests for delegated proxy methods. 2018-09-17 15:37:30 +02:00
generated.c
ndr_marshall.c
rpc.c rpcrt4/tests: Use the available ARRAY_SIZE() macro. 2018-06-11 11:41:59 +02:00
rpc_async.c
server.c rpcrt4/tests: Use the available ARRAY_SIZE() macro. 2018-06-11 11:41:59 +02:00
server.idl rpcrt4: RpcServerUnregisterIf() with NULL ifspec shouldn't unregister auto-listen interfaces. 2018-05-07 12:03:03 +02:00
server_defines.h