[5/6] mshtml: Handle DISPATCH_CONSTRUCT flag for DispatchEx objects

Jacek Caban jacek at codeweavers.com
Wed Oct 21 06:22:41 CDT 2009


Hi Andrew,

Andrew Eikum wrote:
> ---
>  dlls/mshtml/dispex.c |   16 ++++++++++++++--
>  1 files changed, 14 insertions(+), 2 deletions(-)
>   
+            if(This->data->vtbl && This->data->vtbl->value){
+                IUnknown *unk;
+                IDispatchEx_QueryInterface(iface, &IID_IUnknown, (void**)&unk);



That's what This->outer is for. Also, because the child object controls 
it, you don't have to QueryInterface for IHTMLImageElementFactory in the 
next patch.

Jacek



More information about the wine-devel mailing list