Searched refs:DispHTMLGenericElement (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 | 530 typedef struct DispHTMLGenericElement DispHTMLGenericElement; typedef 11768 struct DispHTMLGenericElement : public IDispatch { struct 11773 HRESULT (WINAPI *QueryInterface)(DispHTMLGenericElement *This,REFIID riid,void **ppvObject); 11774 ULONG (WINAPI *AddRef)(DispHTMLGenericElement *This); 11775 ULONG (WINAPI *Release)(DispHTMLGenericElement *This); 11776 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLGenericElement *This,UINT *pctinfo); 11777 …HRESULT (WINAPI *GetTypeInfo)(DispHTMLGenericElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTIn… 11778 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLGenericElement *This,REFIID riid,LPOLESTR *rgszNames,UINT … 11779 …HRESULT (WINAPI *Invoke)(DispHTMLGenericElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WO… 11782 struct DispHTMLGenericElement { struct
|
D | mshtml.h | 786 typedef interface DispHTMLGenericElement DispHTMLGenericElement; typedef 60031 DispHTMLGenericElement : public IDispatch 60035 __CRT_UUID_DECL(DispHTMLGenericElement, 0x3050f563, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,… 60043 DispHTMLGenericElement* This, 60048 DispHTMLGenericElement* This); 60051 DispHTMLGenericElement* This); 60055 DispHTMLGenericElement* This, 60059 DispHTMLGenericElement* This, 60065 DispHTMLGenericElement* This, 60073 DispHTMLGenericElement* This, [all …]
|