Searched refs:IHTMLAppBehavior (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 | 3039 typedef struct IHTMLAppBehavior IHTMLAppBehavior; typedef 32720 struct IHTMLAppBehavior : public IDispatch { struct 32751 HRESULT (WINAPI *QueryInterface)(IHTMLAppBehavior *This,REFIID riid,void **ppvObject); 32752 ULONG (WINAPI *AddRef)(IHTMLAppBehavior *This); 32753 ULONG (WINAPI *Release)(IHTMLAppBehavior *This); 32754 HRESULT (WINAPI *GetTypeInfoCount)(IHTMLAppBehavior *This,UINT *pctinfo); 32755 … HRESULT (WINAPI *GetTypeInfo)(IHTMLAppBehavior *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); 32756 …HRESULT (WINAPI *GetIDsOfNames)(IHTMLAppBehavior *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames… 32757 …HRESULT (WINAPI *Invoke)(IHTMLAppBehavior *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFl… 32758 HRESULT (WINAPI *put_applicationName)(IHTMLAppBehavior *This,BSTR v); [all …]
|
D | mshtml.h | 6726 typedef interface IHTMLAppBehavior IHTMLAppBehavior; typedef 219196 IHTMLAppBehavior : public IDispatch 219275 __CRT_UUID_DECL(IHTMLAppBehavior, 0x3050f5ca, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xce,0… 219283 IHTMLAppBehavior* This, 219288 IHTMLAppBehavior* This); 219291 IHTMLAppBehavior* This); 219295 IHTMLAppBehavior* This, 219299 IHTMLAppBehavior* This, 219305 IHTMLAppBehavior* This, 219313 IHTMLAppBehavior* This, [all …]
|