Sweden-Number/dlls/rpcrt4/tests
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
..
Makefile.in rpcrt4: Tests for NdrDllGetClassObject. 2006-08-23 20:09:04 +02:00
cstub.c rpcrt4: Add a test for IRpcStubBuffer_Connect on a delegated stub. 2006-08-29 12:26:31 +02:00
generated.c Avoid warnings in generated tests by casting sizeof(x) to an int. 2005-07-03 11:23:30 +00:00
ndr_marshall.c Fix some -Wstrict-prototype warnings () -> (void). 2006-08-21 12:06:26 +02:00
rpc.c rpcrt4/tests: Don't use sizeof in ok() to avoid printf format warnings. 2006-06-13 14:03:44 +02:00