Searched refs:DispHTMLTableCaption (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 | 2091 typedef struct DispHTMLTableCaption DispHTMLTableCaption; typedef 24871 struct DispHTMLTableCaption : public IDispatch { struct 24876 HRESULT (WINAPI *QueryInterface)(DispHTMLTableCaption *This,REFIID riid,void **ppvObject); 24877 ULONG (WINAPI *AddRef)(DispHTMLTableCaption *This); 24878 ULONG (WINAPI *Release)(DispHTMLTableCaption *This); 24879 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLTableCaption *This,UINT *pctinfo); 24880 …HRESULT (WINAPI *GetTypeInfo)(DispHTMLTableCaption *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo… 24881 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLTableCaption *This,REFIID riid,LPOLESTR *rgszNames,UINT cN… 24882 …HRESULT (WINAPI *Invoke)(DispHTMLTableCaption *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD… 24885 struct DispHTMLTableCaption { struct
|
D | mshtml.h | 2781 typedef interface DispHTMLTableCaption DispHTMLTableCaption; typedef 125919 DispHTMLTableCaption : public IDispatch 125923 __CRT_UUID_DECL(DispHTMLTableCaption, 0x3050f508, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0x… 125931 DispHTMLTableCaption* This, 125936 DispHTMLTableCaption* This); 125939 DispHTMLTableCaption* This); 125943 DispHTMLTableCaption* This, 125947 DispHTMLTableCaption* This, 125953 DispHTMLTableCaption* This, 125961 DispHTMLTableCaption* This, [all …]
|