Searched refs:DispHTMLWindowProxy (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 | 1903 typedef struct DispHTMLWindowProxy DispHTMLWindowProxy; typedef 23193 struct DispHTMLWindowProxy : public IDispatch { struct 23198 HRESULT (WINAPI *QueryInterface)(DispHTMLWindowProxy *This,REFIID riid,void **ppvObject); 23199 ULONG (WINAPI *AddRef)(DispHTMLWindowProxy *This); 23200 ULONG (WINAPI *Release)(DispHTMLWindowProxy *This); 23201 HRESULT (WINAPI *GetTypeInfoCount)(DispHTMLWindowProxy *This,UINT *pctinfo); 23202 …HRESULT (WINAPI *GetTypeInfo)(DispHTMLWindowProxy *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); 23203 …HRESULT (WINAPI *GetIDsOfNames)(DispHTMLWindowProxy *This,REFIID riid,LPOLESTR *rgszNames,UINT cNa… 23204 …HRESULT (WINAPI *Invoke)(DispHTMLWindowProxy *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD … 23207 struct DispHTMLWindowProxy { struct
|
D | mshtml.h | 2485 typedef interface DispHTMLWindowProxy DispHTMLWindowProxy; typedef 112412 DispHTMLWindowProxy : public IDispatch 112416 __CRT_UUID_DECL(DispHTMLWindowProxy, 0x3050f55e, 0x98b5, 0x11cf, 0xbb,0x82, 0x00,0xaa,0x00,0xbd,0xc… 112424 DispHTMLWindowProxy* This, 112429 DispHTMLWindowProxy* This); 112432 DispHTMLWindowProxy* This); 112436 DispHTMLWindowProxy* This, 112440 DispHTMLWindowProxy* This, 112446 DispHTMLWindowProxy* This, 112454 DispHTMLWindowProxy* This, [all …]
|