Searched refs:IHTMLScriptElement2 (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 | 2337 typedef struct IHTMLScriptElement2 IHTMLScriptElement2; typedef 26920 struct IHTMLScriptElement2 : public IDispatch { struct 26928 HRESULT (WINAPI *QueryInterface)(IHTMLScriptElement2 *This,REFIID riid,void **ppvObject); 26929 ULONG (WINAPI *AddRef)(IHTMLScriptElement2 *This); 26930 ULONG (WINAPI *Release)(IHTMLScriptElement2 *This); 26931 HRESULT (WINAPI *GetTypeInfoCount)(IHTMLScriptElement2 *This,UINT *pctinfo); 26932 …HRESULT (WINAPI *GetTypeInfo)(IHTMLScriptElement2 *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); 26933 …HRESULT (WINAPI *GetIDsOfNames)(IHTMLScriptElement2 *This,REFIID riid,LPOLESTR *rgszNames,UINT cNa… 26934 …HRESULT (WINAPI *Invoke)(IHTMLScriptElement2 *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD … 26935 HRESULT (WINAPI *put_charset)(IHTMLScriptElement2 *This,BSTR v); [all …]
|
D | mshtml.h | 3062 typedef interface IHTMLScriptElement2 IHTMLScriptElement2; typedef 134610 IHTMLScriptElement2 : public IDispatch 134620 __CRT_UUID_DECL(IHTMLScriptElement2, 0x3050f828, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xc… 134628 IHTMLScriptElement2* This, 134633 IHTMLScriptElement2* This); 134636 IHTMLScriptElement2* This); 134640 IHTMLScriptElement2* This, 134644 IHTMLScriptElement2* This, 134650 IHTMLScriptElement2* This, 134658 IHTMLScriptElement2* This, [all …]
|