ReactOS 0.4.16-dev-125-g798ea90
|
Public Member Functions | |
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) |
Public Member Functions inherited from IDispatch | |
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) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IDispatch | |
typedef IDispatch * | LPDISPATCH |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Attributes inherited from IDispatch | |
const DISPID | DISPID_UNKNOWN = -1 |
const DISPID | DISPID_VALUE = 0 |
const DISPID | DISPID_PROPERTYPUT = -3 |
const DISPID | DISPID_NEWENUM = -4 |
const DISPID | DISPID_EVALUATE = -5 |
const DISPID | DISPID_CONSTRUCTOR = -6 |
const DISPID | DISPID_DESTRUCTOR = -7 |
const DISPID | DISPID_COLLECT = -8 |
Definition at line 5105 of file mshtml.idl.
HRESULT MSHTML::IHTMLElement2::addBehavior | ( | [in] BSTR | bstrUrl, |
[optional, in] VARIANT * | pvarFactory, | ||
[retval, out] LONG * | pCookie | ||
) |
HRESULT MSHTML::IHTMLElement2::applyElement | ( | [in] IHTMLElement * | apply, |
[in] BSTR | where, | ||
[retval, out] IHTMLElement ** | applied | ||
) |
HRESULT MSHTML::IHTMLElement2::attachEvent | ( | [in] BSTR | event, |
[in] IDispatch * | pDisp, | ||
[retval, out] VARIANT_BOOL * | pfResult | ||
) |
HRESULT MSHTML::IHTMLElement2::blur | ( | ) |
HRESULT MSHTML::IHTMLElement2::clearAttributes | ( | ) |
HRESULT MSHTML::IHTMLElement2::componentFromPoint | ( | [in] LONG | x, |
[in] LONG | y, | ||
[retval, out] BSTR * | component | ||
) |
HRESULT MSHTML::IHTMLElement2::focus | ( | ) |
HRESULT MSHTML::IHTMLElement2::getBoundingClientRect | ( | [retval, out] IHTMLRect ** | pRect | ) |
HRESULT MSHTML::IHTMLElement2::getClientRects | ( | [retval, out] IHTMLRectCollection ** | pRectCol | ) |
HRESULT MSHTML::IHTMLElement2::getElementsByTagName | ( | [in] BSTR | v, |
[retval, out] IHTMLElementCollection ** | pelColl | ||
) |
HRESULT MSHTML::IHTMLElement2::getExpression | ( | [in] BSTR | propname, |
[retval, out] VARIANT * | expression | ||
) |
HRESULT MSHTML::IHTMLElement2::insertAdjacentElement | ( | [in] BSTR | where, |
[in] IHTMLElement * | insertedElement, | ||
[retval, out] IHTMLElement ** | inserted | ||
) |
HRESULT MSHTML::IHTMLElement2::mergeAttributes | ( | [in] IHTMLElement * | mergeThis | ) |
HRESULT MSHTML::IHTMLElement2::releaseCapture | ( | ) |
HRESULT MSHTML::IHTMLElement2::removeBehavior | ( | [in] LONG | cookie, |
[retval, out] VARIANT_BOOL * | pfResult | ||
) |
HRESULT MSHTML::IHTMLElement2::removeExpression | ( | [in] BSTR | propname, |
[retval, out] VARIANT_BOOL * | pfSuccess | ||
) |
HRESULT MSHTML::IHTMLElement2::replaceAdjacentText | ( | [in] BSTR | where, |
[in] BSTR | newText, | ||
[retval, out] BSTR * | oldText | ||
) |
HRESULT MSHTML::IHTMLElement2::setCapture | ( | [defaultvalue(-1), in] VARIANT_BOOL | containerCapture | ) |
HRESULT MSHTML::IHTMLElement2::setExpression | ( | [in] BSTR | propname, |
[in] BSTR | expression, | ||
[defaultvalue(""), in] BSTR | language | ||
) |
|
getset |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
get |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
get |
|
get |
|
get |
|
get |
|
get |
|
getset |
|
getset |
|
get |
|
getset |
|
getset |