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