21 Oct
2009
21 Oct
'09
12:22 p.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