Searched refs:DispHTMLHtmlElement (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | mshtmlc.h | 1557 typedef struct DispHTMLHtmlElement DispHTMLHtmlElement; typedef 20079 struct DispHTMLHtmlElement : public IDispatch { struct 20084 HRESULT (WINAPI *QueryInterface)(DispHTMLHtmlElement *This,REFIID riid,void **ppvObject); 20085 ULONG (WINAPI *AddRef)(DispHTMLHtmlElement *This); 20086 ULONG (WINAPI *Release)(DispHTMLHtmlElement *This); 20087 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLHtmlElement *This,UINT *pctinfo); 20088 …HRESULT (WINAPI *GetTypeInfo)(DispHTMLHtmlElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); 20089 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLHtmlElement *This,REFIID riid,LPOLESTR *rgszNames,UINT cNa… 20090 …HRESULT (WINAPI *Invoke)(DispHTMLHtmlElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD … 20093 struct DispHTMLHtmlElement { struct
|
D | mshtml.h | 2050 typedef interface DispHTMLHtmlElement DispHTMLHtmlElement; typedef 97566 DispHTMLHtmlElement : public IDispatch 97570 __CRT_UUID_DECL(DispHTMLHtmlElement, 0x3050f560, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xc… 97578 DispHTMLHtmlElement* This, 97583 DispHTMLHtmlElement* This); 97586 DispHTMLHtmlElement* This); 97590 DispHTMLHtmlElement* This, 97594 DispHTMLHtmlElement* This, 97600 DispHTMLHtmlElement* This, 97608 DispHTMLHtmlElement* This, [all …]
|