Searched refs:DispHTMLButtonElement (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 | 1469 typedef struct DispHTMLButtonElement DispHTMLButtonElement; typedef 19304 struct DispHTMLButtonElement : public IDispatch { struct 19309 HRESULT (WINAPI *QueryInterface)(DispHTMLButtonElement *This,REFIID riid,void **ppvObject); 19310 ULONG (WINAPI *AddRef)(DispHTMLButtonElement *This); 19311 ULONG (WINAPI *Release)(DispHTMLButtonElement *This); 19312 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLButtonElement *This,UINT *pctinfo); 19313 …HRESULT (WINAPI *GetTypeInfo)(DispHTMLButtonElement *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInf… 19314 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLButtonElement *This,REFIID riid,LPOLESTR *rgszNames,UINT c… 19315 …HRESULT (WINAPI *Invoke)(DispHTMLButtonElement *This,DISPID dispIdMember,REFIID riid,LCID lcid,WOR… 19318 struct DispHTMLButtonElement { struct
|
D | mshtml.h | 1947 typedef interface DispHTMLButtonElement DispHTMLButtonElement; typedef 94389 DispHTMLButtonElement : public IDispatch 94393 __CRT_UUID_DECL(DispHTMLButtonElement, 0x3050f51f, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0… 94401 DispHTMLButtonElement* This, 94406 DispHTMLButtonElement* This); 94409 DispHTMLButtonElement* This); 94413 DispHTMLButtonElement* This, 94417 DispHTMLButtonElement* This, 94423 DispHTMLButtonElement* This, 94431 DispHTMLButtonElement* This, [all …]
|