Defines |
| #define | COBJMACROS |
| #define | HTMLELEM3_THIS(iface) DEFINE_THIS(HTMLElement, HTMLElement3, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mshtml) |
| static HRESULT WINAPI | HTMLElement3_QueryInterface (IHTMLElement3 *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HTMLElement3_AddRef (IHTMLElement3 *iface) |
| static ULONG WINAPI | HTMLElement3_Release (IHTMLElement3 *iface) |
| static HRESULT WINAPI | HTMLElement3_GetTypeInfoCount (IHTMLElement3 *iface, UINT *pctinfo) |
| static HRESULT WINAPI | HTMLElement3_GetTypeInfo (IHTMLElement3 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | HTMLElement3_GetIDsOfNames (IHTMLElement3 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | HTMLElement3_Invoke (IHTMLElement3 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | HTMLElement3_mergeAttributes (IHTMLElement3 *iface, IHTMLElement *mergeThis, VARIANT *pvarFlags) |
| static HRESULT WINAPI | HTMLElement3_get_isMultiLine (IHTMLElement3 *iface, VARIANT_BOOL *p) |
| static HRESULT WINAPI | HTMLElement3_get_canHaveHTML (IHTMLElement3 *iface, VARIANT_BOOL *p) |
| static HRESULT WINAPI | HTMLElement3_put_onlayoutcomplete (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onlayoutcomplete (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_put_onpage (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onpage (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_put_inflateBlock (IHTMLElement3 *iface, VARIANT_BOOL v) |
| static HRESULT WINAPI | HTMLElement3_get_inflateBlock (IHTMLElement3 *iface, VARIANT_BOOL *p) |
| static HRESULT WINAPI | HTMLElement3_put_onbeforedeactivate (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onbeforedeactivate (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_setActive (IHTMLElement3 *iface) |
| static HRESULT WINAPI | HTMLElement3_put_contentEditable (IHTMLElement3 *iface, BSTR v) |
| static HRESULT WINAPI | HTMLElement3_get_contentEditable (IHTMLElement3 *iface, BSTR *p) |
| static HRESULT WINAPI | HTMLElement3_get_isContentEditable (IHTMLElement3 *iface, VARIANT_BOOL *p) |
| static HRESULT WINAPI | HTMLElement3_put_hideFocus (IHTMLElement3 *iface, VARIANT_BOOL v) |
| static HRESULT WINAPI | HTMLElement3_get_hideFocus (IHTMLElement3 *iface, VARIANT_BOOL *p) |
| static HRESULT WINAPI | HTMLElement3_put_disabled (IHTMLElement3 *iface, VARIANT_BOOL v) |
| static HRESULT WINAPI | HTMLElement3_get_disabled (IHTMLElement3 *iface, VARIANT_BOOL *p) |
| static HRESULT WINAPI | HTMLElement3_get_isDisabled (IHTMLElement3 *iface, VARIANT_BOOL *p) |
| static HRESULT WINAPI | HTMLElement3_put_onmove (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onmove (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_put_oncontrolselect (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_oncontrolselect (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_fireEvent (IHTMLElement3 *iface, BSTR bstrEventName, VARIANT *pvarEventObject, VARIANT_BOOL *pfCancelled) |
| static HRESULT WINAPI | HTMLElement3_put_onresizestart (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onresizestart (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_put_onresizeend (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onresizeend (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_put_onmovestart (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onmovestart (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_put_onmoveend (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onmoveend (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_put_onmousecenter (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onmousecenter (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_put_onmouseleave (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onmouseleave (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_put_onactivate (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_onactivate (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_put_ondeactivate (IHTMLElement3 *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLElement3_get_ondeactivate (IHTMLElement3 *iface, VARIANT *p) |
| static HRESULT WINAPI | HTMLElement3_dragDrop (IHTMLElement3 *iface, VARIANT_BOOL *pfRet) |
| static HRESULT WINAPI | HTMLElement3_get_glyphMode (IHTMLElement3 *iface, LONG *p) |
| void | HTMLElement3_Init (HTMLElement *This) |
Variables |
| static const WCHAR | disabledW [] = {'d','i','s','a','b','l','e','d',0} |
| static const IHTMLElement3Vtbl | HTMLElement3Vtbl |