Sweden-Number/dlls/rpcrt4
Huw Davies d28698dd73 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.
2006-08-29 12:26:31 +02:00
..
tests rpcrt4: Add a test for IRpcStubBuffer_Connect on a delegated stub. 2006-08-29 12:26:31 +02:00
Makefile.in makefiles: Only run test and documentation targets in directories that need them. 2006-08-28 13:37:44 +02:00
cproxy.c rpcrt4: Display a big message box if the user tries to use typelib 2006-07-18 11:13:36 +02:00
cpsf.c rpcrt4: Add the threading model and a description when registering a CLSID for the PSFactoryBuffer. 2006-07-14 12:38:48 +02:00
cpsf.h rpcrt4: Add a helper function to create a stub. 2006-08-29 12:26:22 +02:00
cstub.c rpcrt4: Tests for CStdStubBuffer_Disconnect and a tidy up of the implementation. 2006-08-23 20:10:36 +02:00
epm_towers.h rpcrt4: Avoid potential redefinition of uuid_t. 2006-06-08 11:29:26 +02:00
ndr_fullpointer.c rpcrt4: If the number of pointers is 0 for NdrFullPointerXlatInit then 2006-05-30 12:24:53 +02:00
ndr_marshall.c rpcrt4: Remember to skip over the conformance description. 2006-08-18 11:34:26 +02:00
ndr_midl.c rpcrt4: Add tests for NdrStubForwardingFunction and write a commented out implementation. 2006-08-23 20:09:52 +02:00
ndr_misc.h rpcrt4: Change ComputeConformance and ComputeVariance from macros to 2006-06-03 11:42:36 +02:00
ndr_ole.c rpcrt4: Add a helper function to create a stub. 2006-08-29 12:26:22 +02:00
ndr_stubless.c rpcrt4: Move processing of the arguments from NdrClientCall2 to two new functions. 2006-08-16 16:41:42 +02:00
rpc_binding.c rpcrt4: Make the error output on a failed binding more informative 2006-08-04 20:27:13 +02:00
rpc_binding.h rpcrt4: Make the protseq_ops structure constant. 2006-06-09 13:12:58 +02:00
rpc_defs.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
rpc_epmap.c rpcrt4: All of the parameters to TowerExplode are optional. 2006-06-02 11:24:29 +02:00
rpc_message.c rpcrt4: Don't use a short to hold the packet length, since it can 2006-06-20 20:35:38 +02:00
rpc_message.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
rpc_misc.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
rpc_server.c rpcrt4: Add a stub for RpcMgmtSetServerStackSize. 2006-06-30 20:43:53 +02:00
rpc_server.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
rpc_transport.c rpcrt4: getaddrinfo returns any non-zero value on failure, not just negative values. 2006-06-14 12:47:05 +02:00
rpcrt4.spec rpcrt4: Forward NdrClientCall to NdrClientCall2. 2006-08-09 20:41:34 +02:00
rpcrt4_main.c rpcrt4: Add a stub for I_RpcMapWin32Status. 2006-07-13 16:25:33 +02:00
rpcss_np_client.c rpcrt4: Don't use sizeof in traces to avoid printf format warnings. 2006-06-13 14:11:28 +02:00
rpcss_np_client.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00