mshtml: Added IHTMLIFrameElement IDispatchEx support.
This commit is contained in:
parent
91140222b5
commit
b5caee220d
|
@ -133,6 +133,7 @@ static REFIID tid_ids[] = {
|
|||
&IID_IHTMLFrameBase,
|
||||
&IID_IHTMLFrameBase2,
|
||||
&IID_IHTMLGenericElement,
|
||||
&IID_IHTMLIFrameElement,
|
||||
&IID_IHTMLImageElementFactory,
|
||||
&IID_IHTMLImgElement,
|
||||
&IID_IHTMLInputElement,
|
||||
|
|
|
@ -262,6 +262,7 @@ static const tid_t HTMLIFrame_iface_tids[] = {
|
|||
IHTMLElement3_tid,
|
||||
IHTMLFrameBase_tid,
|
||||
IHTMLFrameBase2_tid,
|
||||
IHTMLIFrameElement_tid,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
@ -109,6 +109,7 @@ typedef enum {
|
|||
IHTMLFrameBase_tid,
|
||||
IHTMLFrameBase2_tid,
|
||||
IHTMLGenericElement_tid,
|
||||
IHTMLIFrameElement_tid,
|
||||
IHTMLImageElementFactory_tid,
|
||||
IHTMLImgElement_tid,
|
||||
IHTMLInputElement_tid,
|
||||
|
|
Loading…
Reference in New Issue