Defines |
| #define | COBJMACROS |
| #define | HTMLTEXTCONT_THIS(iface) DEFINE_THIS(HTMLTextContainer, HTMLTextContainer, iface) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (mshtml) |
| static HRESULT WINAPI | HTMLTextContainer_QueryInterface (IHTMLTextContainer *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | HTMLTextContainer_AddRef (IHTMLTextContainer *iface) |
| static ULONG WINAPI | HTMLTextContainer_Release (IHTMLTextContainer *iface) |
| static HRESULT WINAPI | HTMLTextContainer_GetTypeInfoCount (IHTMLTextContainer *iface, UINT *pctinfo) |
| static HRESULT WINAPI | HTMLTextContainer_GetTypeInfo (IHTMLTextContainer *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| static HRESULT WINAPI | HTMLTextContainer_GetIDsOfNames (IHTMLTextContainer *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
| static HRESULT WINAPI | HTMLTextContainer_Invoke (IHTMLTextContainer *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| static HRESULT WINAPI | HTMLTextContainer_createControlRange (IHTMLTextContainer *iface, IDispatch **range) |
| static HRESULT WINAPI | HTMLTextContainer_get_scrollHeight (IHTMLTextContainer *iface, LONG *p) |
| static HRESULT WINAPI | HTMLTextContainer_get_scrollWidth (IHTMLTextContainer *iface, LONG *p) |
| static HRESULT WINAPI | HTMLTextContainer_put_scrollTop (IHTMLTextContainer *iface, LONG v) |
| static HRESULT WINAPI | HTMLTextContainer_get_scrollTop (IHTMLTextContainer *iface, LONG *p) |
| static HRESULT WINAPI | HTMLTextContainer_put_scrollLeft (IHTMLTextContainer *iface, LONG v) |
| static HRESULT WINAPI | HTMLTextContainer_get_scrollLeft (IHTMLTextContainer *iface, LONG *p) |
| static HRESULT WINAPI | HTMLTextContainer_put_onscroll (IHTMLTextContainer *iface, VARIANT v) |
| static HRESULT WINAPI | HTMLTextContainer_get_onscroll (IHTMLTextContainer *iface, VARIANT *p) |
| void | HTMLTextContainer_Init (HTMLTextContainer *This, HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem, dispex_static_data_t *dispex_data) |
Variables |
| static const IHTMLTextContainerVtbl | HTMLTextContainerVtbl |