• Rob Shearman's avatar
    oleaut32: Implement automatic value getting in ITypeInfo::Invoke. · a3235dd1
    Rob Shearman authored
    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.
    a3235dd1
tmarshal.c 32.6 KB