Searched refs:DispHTMLBlockElement (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 | 1050 typedef struct DispHTMLBlockElement DispHTMLBlockElement; typedef 15885 struct DispHTMLBlockElement : public IDispatch { struct 15890 HRESULT (WINAPI *QueryInterface)(DispHTMLBlockElement *This,REFIID riid,void **ppvObject); 15891 ULONG (WINAPI *AddRef)(DispHTMLBlockElement *This); 15892 ULONG (WINAPI *Release)(DispHTMLBlockElement *This); 15893 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLBlockElement *This,UINT *pctinfo); 15894 …HRESULT (WINAPI *GetTypeInfo)(DispHTMLBlockElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo… 15895 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLBlockElement *This,REFIID riid,LPOLESTR *rgszNames,UINT cN… 15896 …HRESULT (WINAPI *Invoke)(DispHTMLBlockElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD… 15899 struct DispHTMLBlockElement { struct
|
D | mshtml.h | 1440 typedef interface DispHTMLBlockElement DispHTMLBlockElement; typedef 79289 DispHTMLBlockElement : public IDispatch 79293 __CRT_UUID_DECL(DispHTMLBlockElement, 0x3050f506, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0x… 79301 DispHTMLBlockElement* This, 79306 DispHTMLBlockElement* This); 79309 DispHTMLBlockElement* This); 79313 DispHTMLBlockElement* This, 79317 DispHTMLBlockElement* This, 79323 DispHTMLBlockElement* This, 79331 DispHTMLBlockElement* This, [all …]
|