Searched refs:HTMLButtonElementEvents (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 | 1332 typedef struct HTMLButtonElementEvents HTMLButtonElementEvents; typedef 17414 struct HTMLButtonElementEvents : public IDispatch { struct 17419 HRESULT (WINAPI *QueryInterface)(HTMLButtonElementEvents *This,REFIID riid,void **ppvObject); 17420 ULONG (WINAPI *AddRef)(HTMLButtonElementEvents *This); 17421 ULONG (WINAPI *Release)(HTMLButtonElementEvents *This); 17422 HRESULT (WINAPI *GetTypeInfoCount)(HTMLButtonElementEvents *This,UINT *pctinfo); 17423 …HRESULT (WINAPI *GetTypeInfo)(HTMLButtonElementEvents *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTI… 17424 …HRESULT (WINAPI *GetIDsOfNames)(HTMLButtonElementEvents *This,REFIID riid,LPOLESTR *rgszNames,UINT… 17425 …HRESULT (WINAPI *Invoke)(HTMLButtonElementEvents *This,DISPID dispIdMember,REFIID riid,LCID lcid,W… 17428 struct HTMLButtonElementEvents { struct
|
D | mshtml.h | 1785 typedef interface HTMLButtonElementEvents HTMLButtonElementEvents; typedef 86273 HTMLButtonElementEvents : public IDispatch 86277 __CRT_UUID_DECL(HTMLButtonElementEvents, 0x3050f2b3, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd… 86285 HTMLButtonElementEvents* This, 86290 HTMLButtonElementEvents* This); 86293 HTMLButtonElementEvents* This); 86297 HTMLButtonElementEvents* This, 86301 HTMLButtonElementEvents* This, 86307 HTMLButtonElementEvents* This, 86315 HTMLButtonElementEvents* This, [all …]
|