ホーム › Web.MsHtml › IHTMLDocument5
IHTMLDocument5
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 19
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT put_onmousewheel(VARIANT v) |
| 8 | HRESULT get_onmousewheel(VARIANT* p) |
| 9 | HRESULT get_doctype(IHTMLDOMNode** p) |
| 10 | HRESULT get_implementation(IHTMLDOMImplementation** p) |
| 11 | HRESULT createAttribute(LPWSTR bstrattrName, IHTMLDOMAttribute** ppattribute) |
| 12 | HRESULT createComment(LPWSTR bstrdata, IHTMLDOMNode** ppRetNode) |
| 13 | HRESULT put_onfocusin(VARIANT v) |
| 14 | HRESULT get_onfocusin(VARIANT* p) |
| 15 | HRESULT put_onfocusout(VARIANT v) |
| 16 | HRESULT get_onfocusout(VARIANT* p) |
| 17 | HRESULT put_onactivate(VARIANT v) |
| 18 | HRESULT get_onactivate(VARIANT* p) |
| 19 | HRESULT put_ondeactivate(VARIANT v) |
| 20 | HRESULT get_ondeactivate(VARIANT* p) |
| 21 | HRESULT put_onbeforeactivate(VARIANT v) |
| 22 | HRESULT get_onbeforeactivate(VARIANT* p) |
| 23 | HRESULT put_onbeforedeactivate(VARIANT v) |
| 24 | HRESULT get_onbeforedeactivate(VARIANT* p) |
| 25 | HRESULT get_compatMode(LPWSTR* p) |