Searched refs:IHTMLInputTextElement (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | comdefsp.h | 484 _COM_SMARTPTR_TYPEDEF(IHTMLInputTextElement,__uuidof(IHTMLInputTextElement));
|
D | mshtmlc.h | 1397 typedef struct IHTMLInputTextElement IHTMLInputTextElement; typedef 18302 struct IHTMLInputTextElement : public IDispatch { struct 18332 HRESULT (WINAPI *QueryInterface)(IHTMLInputTextElement *This,REFIID riid,void **ppvObject); 18333 ULONG (WINAPI *AddRef)(IHTMLInputTextElement *This); 18334 ULONG (WINAPI *Release)(IHTMLInputTextElement *This); 18335 HRESULT (WINAPI *GetTypeInfoCount)(IHTMLInputTextElement *This,UINT *pctinfo); 18336 …HRESULT (WINAPI *GetTypeInfo)(IHTMLInputTextElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInf… 18337 …HRESULT (WINAPI *GetIDsOfNames)(IHTMLInputTextElement *This,REFIID riid,LPOLESTR *rgszNames,UINT c… 18338 …HRESULT (WINAPI *Invoke)(IHTMLInputTextElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WOR… 18339 HRESULT (WINAPI *get_type)(IHTMLInputTextElement *This,BSTR *p); [all …]
|
D | mshtml.h | 1855 typedef interface IHTMLInputTextElement IHTMLInputTextElement; typedef 89698 IHTMLInputTextElement : public IDispatch 89774 __CRT_UUID_DECL(IHTMLInputTextElement, 0x3050f2a6, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0… 89782 IHTMLInputTextElement* This, 89787 IHTMLInputTextElement* This); 89790 IHTMLInputTextElement* This); 89794 IHTMLInputTextElement* This, 89798 IHTMLInputTextElement* This, 89804 IHTMLInputTextElement* This, 89812 IHTMLInputTextElement* This, [all …]
|