- 15 Mar, 2011 1 commit
-
-
Michael Stefaniuc authored
-
- 09 Feb, 2011 1 commit
-
-
Austin English authored
-
- 08 Apr, 2010 1 commit
-
-
Aric Stewart authored
-
- 14 Dec, 2009 1 commit
-
-
Rob Shearman authored
-
- 24 Sep, 2009 1 commit
-
-
Ge van Geldorp authored
-
- 05 Jun, 2009 1 commit
-
-
Francois Gouget authored
-
- 03 Jun, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 27 May, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 16 Feb, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 06 Feb, 2009 1 commit
-
-
Rob Shearman authored
The address varies on older versions of Windows and isn't really important.
-
- 02 Feb, 2009 1 commit
-
-
Rob Shearman authored
-
- 29 Jan, 2009 1 commit
-
-
Rob Shearman authored
-
- 16 Dec, 2008 1 commit
-
-
Paul Vriens authored
-
- 12 Sep, 2008 1 commit
-
-
Rob Shearman authored
Add tests for this.
-
- 08 Jul, 2008 1 commit
-
-
Alexandre Julliard authored
This avoids trouble with the broken MingW libraries when cross-compiling the tests.
-
- 09 Jan, 2008 1 commit
-
-
Rob Shearman authored
-
- 04 Dec, 2007 1 commit
-
-
Rob Shearman authored
rpcrt4: Flesh out more of the IRpcChannelBuffer vtable to make the test_delegating_Invoke test succeed on Windows.
-
- 08 Jan, 2007 1 commit
-
-
Francois Gouget authored
-
- 14 Dec, 2006 1 commit
-
-
Andrew Talbot authored
-
- 11 Dec, 2006 1 commit
-
-
Marcus Meissner authored
-
- 08 Nov, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 09 Oct, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 02 Oct, 2006 1 commit
-
-
Francois Gouget authored
-
- 29 Sep, 2006 1 commit
-
-
Francois Gouget authored
-
- 07 Sep, 2006 2 commits
-
-
Huw Davies authored
-
Huw Davies authored
Also call IPSFactoryBuffer_Release on the 2nd arg, rather than on This->pPSFactory.
-
- 29 Aug, 2006 1 commit
-
-
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.
-
- 23 Aug, 2006 5 commits
-
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
This shows that the IRpcStubBuffer for a delegated stub's base interface is stored at (void**)This-1.
-
Huw Davies authored
These show that delegated stubs need different Connect, Disconnect and CountRefs methods than non-delegated stubs (ie they don't use all of the CStdStubBuffer_* functions).
-