[PATCH 5/6] oleaut32: Implement automatic value getting in ITypeInfo::Invoke.

Robert Shearman rob at codeweavers.com
Wed Feb 7 13:28:43 CST 2007


If an IDispatch object is returned from in the retval for a propget 
function and an extra parameter was passed in to ITypeInfo::Invoke then 
it should call IDispatch::Invoke on the returned object with the extra 
parameter to retrieve the value of the object, which is then returned in 
pVarResult.
---
  dlls/oleaut32/tests/tmarshal.c |   12 +++---------
  dlls/oleaut32/typelib.c        |   36 ++++++++++++++++++++++++++++++++++++
  2 files changed, 39 insertions(+), 9 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 474117618231f777e96db093787e9258bea6f762.diff
Type: text/x-patch
Size: 3964 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070207/384256d1/474117618231f777e96db093787e9258bea6f762.bin


More information about the wine-patches mailing list