Re: [5/6] mshtml: Handle DISPATCH_CONSTRUCT flag for DispatchEx objects
21 Oct
2009
21 Oct
'09
6:22 a.m.
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
5986
Age (days ago)
5986
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban