Searched refs:DispHTMLSelectElement (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 | 1265 typedef struct DispHTMLSelectElement DispHTMLSelectElement; typedef 17033 struct DispHTMLSelectElement : public IDispatch { struct 17038 HRESULT (WINAPI *QueryInterface)(DispHTMLSelectElement *This,REFIID riid,void **ppvObject); 17039 ULONG (WINAPI *AddRef)(DispHTMLSelectElement *This); 17040 ULONG (WINAPI *Release)(DispHTMLSelectElement *This); 17041 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLSelectElement *This,UINT *pctinfo); 17042 …HRESULT (WINAPI *GetTypeInfo)(DispHTMLSelectElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInf… 17043 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLSelectElement *This,REFIID riid,LPOLESTR *rgszNames,UINT c… 17044 …HRESULT (WINAPI *Invoke)(DispHTMLSelectElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WOR… 17047 struct DispHTMLSelectElement { struct
|
D | mshtml.h | 1680 typedef interface DispHTMLSelectElement DispHTMLSelectElement; typedef 84132 DispHTMLSelectElement : public IDispatch 84136 __CRT_UUID_DECL(DispHTMLSelectElement, 0x3050f531, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0… 84144 DispHTMLSelectElement* This, 84149 DispHTMLSelectElement* This); 84152 DispHTMLSelectElement* This); 84156 DispHTMLSelectElement* This, 84160 DispHTMLSelectElement* This, 84166 DispHTMLSelectElement* This, 84174 DispHTMLSelectElement* This, [all …]
|