Searched refs:DispHTMLFormElement (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 | 727 typedef struct DispHTMLFormElement DispHTMLFormElement; typedef 13313 struct DispHTMLFormElement : public IDispatch { struct 13318 HRESULT (WINAPI *QueryInterface)(DispHTMLFormElement *This,REFIID riid,void **ppvObject); 13319 ULONG (WINAPI *AddRef)(DispHTMLFormElement *This); 13320 ULONG (WINAPI *Release)(DispHTMLFormElement *This); 13321 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLFormElement *This,UINT *pctinfo); 13322 …HRESULT (WINAPI *GetTypeInfo)(DispHTMLFormElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); 13323 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLFormElement *This,REFIID riid,LPOLESTR *rgszNames,UINT cNa… 13324 …HRESULT (WINAPI *Invoke)(DispHTMLFormElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD … 13327 struct DispHTMLFormElement { struct
|
D | mshtml.h | 1077 typedef interface DispHTMLFormElement DispHTMLFormElement; typedef 68600 DispHTMLFormElement : public IDispatch 68604 __CRT_UUID_DECL(DispHTMLFormElement, 0x3050f510, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xc… 68612 DispHTMLFormElement* This, 68617 DispHTMLFormElement* This); 68620 DispHTMLFormElement* This); 68624 DispHTMLFormElement* This, 68628 DispHTMLFormElement* This, 68634 DispHTMLFormElement* This, 68642 DispHTMLFormElement* This, [all …]
|