Searched refs:HTMLWindowEvents (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 | 1821 typedef struct HTMLWindowEvents HTMLWindowEvents; typedef 21672 struct HTMLWindowEvents : public IDispatch { struct 21677 HRESULT (WINAPI *QueryInterface)(HTMLWindowEvents *This,REFIID riid,void **ppvObject); 21678 ULONG (WINAPI *AddRef)(HTMLWindowEvents *This); 21679 ULONG (WINAPI *Release)(HTMLWindowEvents *This); 21680 HRESULT (WINAPI *GetTypeInfoCount)(HTMLWindowEvents *This,UINT *pctinfo); 21681 … HRESULT (WINAPI *GetTypeInfo)(HTMLWindowEvents *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); 21682 …HRESULT (WINAPI *GetIDsOfNames)(HTMLWindowEvents *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames… 21683 …HRESULT (WINAPI *Invoke)(HTMLWindowEvents *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFl… 21686 struct HTMLWindowEvents { struct
|
D | mshtml.h | 2383 typedef interface HTMLWindowEvents HTMLWindowEvents; typedef 105436 HTMLWindowEvents : public IDispatch 105440 __CRT_UUID_DECL(HTMLWindowEvents, 0x96a0a4e0, 0xd062, 0x11cf, 0x94,0xb6, 0x00,0xaa,0x00,0x60,0x27,0… 105448 HTMLWindowEvents* This, 105453 HTMLWindowEvents* This); 105456 HTMLWindowEvents* This); 105460 HTMLWindowEvents* This, 105464 HTMLWindowEvents* This, 105470 HTMLWindowEvents* This, 105478 HTMLWindowEvents* This, [all …]
|