mshtml: Added IHTMLIFrameElement IDispatchEx support.

This commit is contained in:
Jacek Caban 2010-01-14 09:48:18 -06:00 committed by Alexandre Julliard
parent 91140222b5
commit b5caee220d
3 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,7 @@ static REFIID tid_ids[] = {
&IID_IHTMLFrameBase,
&IID_IHTMLFrameBase2,
&IID_IHTMLGenericElement,
&IID_IHTMLIFrameElement,
&IID_IHTMLImageElementFactory,
&IID_IHTMLImgElement,
&IID_IHTMLInputElement,

View File

@ -262,6 +262,7 @@ static const tid_t HTMLIFrame_iface_tids[] = {
IHTMLElement3_tid,
IHTMLFrameBase_tid,
IHTMLFrameBase2_tid,
IHTMLIFrameElement_tid,
0
};

View File

@ -109,6 +109,7 @@ typedef enum {
IHTMLFrameBase_tid,
IHTMLFrameBase2_tid,
IHTMLGenericElement_tid,
IHTMLIFrameElement_tid,
IHTMLImageElementFactory_tid,
IHTMLImgElement_tid,
IHTMLInputElement_tid,