Searched refs:DispHTMLTableCell (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 | 2308 typedef struct DispHTMLTableCell DispHTMLTableCell; typedef 26706 struct DispHTMLTableCell : public IDispatch { struct 26711 HRESULT (WINAPI *QueryInterface)(DispHTMLTableCell *This,REFIID riid,void **ppvObject); 26712 ULONG (WINAPI *AddRef)(DispHTMLTableCell *This); 26713 ULONG (WINAPI *Release)(DispHTMLTableCell *This); 26714 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLTableCell *This,UINT *pctinfo); 26715 … HRESULT (WINAPI *GetTypeInfo)(DispHTMLTableCell *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); 26716 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLTableCell *This,REFIID riid,LPOLESTR *rgszNames,UINT cName… 26717 …HRESULT (WINAPI *Invoke)(DispHTMLTableCell *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wF… 26720 struct DispHTMLTableCell { struct
|
D | mshtml.h | 3033 typedef interface DispHTMLTableCell DispHTMLTableCell; typedef 133871 DispHTMLTableCell : public IDispatch 133875 __CRT_UUID_DECL(DispHTMLTableCell, 0x3050f536, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xce,… 133883 DispHTMLTableCell* This, 133888 DispHTMLTableCell* This); 133891 DispHTMLTableCell* This); 133895 DispHTMLTableCell* This, 133899 DispHTMLTableCell* This, 133905 DispHTMLTableCell* This, 133913 DispHTMLTableCell* This, [all …]
|