|
static HTMLSelectElement * | impl_from_IHTMLSelectElement (IHTMLSelectElement *iface) |
|
static HRESULT | htmlselect_item (HTMLSelectElement *This, int i, IDispatch **ret) |
|
static HRESULT WINAPI | HTMLSelectElement_QueryInterface (IHTMLSelectElement *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | HTMLSelectElement_AddRef (IHTMLSelectElement *iface) |
|
static ULONG WINAPI | HTMLSelectElement_Release (IHTMLSelectElement *iface) |
|
static HRESULT WINAPI | HTMLSelectElement_GetTypeInfoCount (IHTMLSelectElement *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | HTMLSelectElement_GetTypeInfo (IHTMLSelectElement *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | HTMLSelectElement_GetIDsOfNames (IHTMLSelectElement *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | HTMLSelectElement_Invoke (IHTMLSelectElement *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | HTMLSelectElement_put_size (IHTMLSelectElement *iface, LONG v) |
|
static HRESULT WINAPI | HTMLSelectElement_get_size (IHTMLSelectElement *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLSelectElement_put_multiple (IHTMLSelectElement *iface, VARIANT_BOOL v) |
|
static HRESULT WINAPI | HTMLSelectElement_get_multiple (IHTMLSelectElement *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLSelectElement_put_name (IHTMLSelectElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLSelectElement_get_name (IHTMLSelectElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLSelectElement_get_options (IHTMLSelectElement *iface, IDispatch **p) |
|
static HRESULT WINAPI | HTMLSelectElement_put_onchange (IHTMLSelectElement *iface, VARIANT v) |
|
static HRESULT WINAPI | HTMLSelectElement_get_onchange (IHTMLSelectElement *iface, VARIANT *p) |
|
static HRESULT WINAPI | HTMLSelectElement_put_selectedIndex (IHTMLSelectElement *iface, LONG v) |
|
static HRESULT WINAPI | HTMLSelectElement_get_selectedIndex (IHTMLSelectElement *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLSelectElement_get_type (IHTMLSelectElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLSelectElement_put_value (IHTMLSelectElement *iface, BSTR v) |
|
static HRESULT WINAPI | HTMLSelectElement_get_value (IHTMLSelectElement *iface, BSTR *p) |
|
static HRESULT WINAPI | HTMLSelectElement_put_disabled (IHTMLSelectElement *iface, VARIANT_BOOL v) |
|
static HRESULT WINAPI | HTMLSelectElement_get_disabled (IHTMLSelectElement *iface, VARIANT_BOOL *p) |
|
static HRESULT WINAPI | HTMLSelectElement_get_form (IHTMLSelectElement *iface, IHTMLFormElement **p) |
|
static HRESULT WINAPI | HTMLSelectElement_add (IHTMLSelectElement *iface, IHTMLElement *element, VARIANT before) |
|
static HRESULT WINAPI | HTMLSelectElement_remove (IHTMLSelectElement *iface, LONG index) |
|
static HRESULT WINAPI | HTMLSelectElement_put_length (IHTMLSelectElement *iface, LONG v) |
|
static HRESULT WINAPI | HTMLSelectElement_get_length (IHTMLSelectElement *iface, LONG *p) |
|
static HRESULT WINAPI | HTMLSelectElement_get__newEnum (IHTMLSelectElement *iface, IUnknown **p) |
|
static HRESULT WINAPI | HTMLSelectElement_item (IHTMLSelectElement *iface, VARIANT name, VARIANT index, IDispatch **pdisp) |
|
static HRESULT WINAPI | HTMLSelectElement_tags (IHTMLSelectElement *iface, VARIANT tagName, IDispatch **pdisp) |
|
static HTMLSelectElement * | impl_from_HTMLDOMNode (HTMLDOMNode *iface) |
|
static HRESULT | HTMLSelectElement_QI (HTMLDOMNode *iface, REFIID riid, void **ppv) |
|
static HRESULT | HTMLSelectElementImpl_put_disabled (HTMLDOMNode *iface, VARIANT_BOOL v) |
|
static HRESULT | HTMLSelectElementImpl_get_disabled (HTMLDOMNode *iface, VARIANT_BOOL *p) |
|
static HRESULT | HTMLSelectElement_get_dispid (HTMLDOMNode *iface, BSTR name, DWORD flags, DISPID *dispid) |
|
static HRESULT | HTMLSelectElement_invoke (HTMLDOMNode *iface, DISPID id, LCID lcid, WORD flags, DISPPARAMS *params, VARIANT *res, EXCEPINFO *ei, IServiceProvider *caller) |
|
static void | HTMLSelectElement_traverse (HTMLDOMNode *iface, nsCycleCollectionTraversalCallback *cb) |
|
static void | HTMLSelectElement_unlink (HTMLDOMNode *iface) |
|
HRESULT | HTMLSelectElement_Create (HTMLDocumentNode *doc, nsIDOMHTMLElement *nselem, HTMLElement **elem) |
|