|
HRESULT | setCapture ([defaultvalue(-1), in] VARIANT_BOOL containerCapture) |
|
HRESULT | releaseCapture () |
|
HRESULT | componentFromPoint ([in] LONG x, [in] LONG y, [retval, out] BSTR *component) |
|
HRESULT | doScroll ([optional, in] VARIANT component) |
|
HRESULT | getClientRects ([retval, out] IHTMLRectCollection **pRectCol) |
|
HRESULT | getBoundingClientRect ([retval, out] IHTMLRect **pRect) |
|
HRESULT | setExpression ([in] BSTR propname, [in] BSTR expression, [defaultvalue(""), in] BSTR language) |
|
HRESULT | getExpression ([in] BSTR propname, [retval, out] VARIANT *expression) |
|
HRESULT | removeExpression ([in] BSTR propname, [retval, out] VARIANT_BOOL *pfSuccess) |
|
HRESULT | focus () |
|
HRESULT | blur () |
|
HRESULT | addFilter ([in] IUnknown *pUnk) |
|
HRESULT | removeFilter ([in] IUnknown *pUnk) |
|
HRESULT | attachEvent ([in] BSTR event, [in] IDispatch *pDisp, [retval, out] VARIANT_BOOL *pfResult) |
|
HRESULT | detachEvent ([in] BSTR event, [in] IDispatch *pDisp) |
|
HRESULT | createControlRange ([retval, out] IDispatch **range) |
|
HRESULT | clearAttributes () |
|
HRESULT | mergeAttributes ([in] IHTMLElement *mergeThis) |
|
HRESULT | insertAdjacentElement ([in] BSTR where, [in] IHTMLElement *insertedElement, [retval, out] IHTMLElement **inserted) |
|
HRESULT | applyElement ([in] IHTMLElement *apply, [in] BSTR where, [retval, out] IHTMLElement **applied) |
|
HRESULT | getAdjacentText ([in] BSTR where, [retval, out] BSTR *text) |
|
HRESULT | replaceAdjacentText ([in] BSTR where, [in] BSTR newText, [retval, out] BSTR *oldText) |
|
HRESULT | addBehavior ([in] BSTR bstrUrl, [optional, in] VARIANT *pvarFactory, [retval, out] LONG *pCookie) |
|
HRESULT | removeBehavior ([in] LONG cookie, [retval, out] VARIANT_BOOL *pfResult) |
|
HRESULT | getElementsByTagName ([in] BSTR v, [retval, out] IHTMLElementCollection **pelColl) |
|
HRESULT | GetTypeInfoCount ([out] UINT *pctinfo) |
|
HRESULT | GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo) |
|
HRESULT | GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId) |
|
HRESULT | Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr) |
|
HRESULT | RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 5105 of file mshtml.idl.