Searched refs:IHTMLControlElement (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 | 382 _COM_SMARTPTR_TYPEDEF(IHTMLControlElement,__uuidof(IHTMLControlElement));
|
D | mshtmlc.h | 751 typedef struct IHTMLControlElement IHTMLControlElement; typedef 13416 struct IHTMLControlElement : public IDispatch { struct 13440 HRESULT (WINAPI *QueryInterface)(IHTMLControlElement *This,REFIID riid,void **ppvObject); 13441 ULONG (WINAPI *AddRef)(IHTMLControlElement *This); 13442 ULONG (WINAPI *Release)(IHTMLControlElement *This); 13443 HRESULT (WINAPI *GetTypeInfoCount)(IHTMLControlElement *This,UINT *pctinfo); 13444 …HRESULT (WINAPI *GetTypeInfo)(IHTMLControlElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); 13445 …HRESULT (WINAPI *GetIDsOfNames)(IHTMLControlElement *This,REFIID riid,LPOLESTR *rgszNames,UINT cNa… 13446 …HRESULT (WINAPI *Invoke)(IHTMLControlElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD … 13447 HRESULT (WINAPI *put_tabIndex)(IHTMLControlElement *This,short v); [all …]
|
D | mshtml.h | 1101 typedef interface IHTMLControlElement IHTMLControlElement; typedef 68946 IHTMLControlElement : public IDispatch 69004 __CRT_UUID_DECL(IHTMLControlElement, 0x3050f4e9, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xc… 69012 IHTMLControlElement* This, 69017 IHTMLControlElement* This); 69020 IHTMLControlElement* This); 69024 IHTMLControlElement* This, 69028 IHTMLControlElement* This, 69034 IHTMLControlElement* This, 69042 IHTMLControlElement* This, [all …]
|