35 references to IHTMLWindow4
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
245using var htmlWindow4 = GetHtmlWindow<IHTMLWindow4>();
System.Windows.Forms.Primitives (33)
Windows.Win32.IHTMLWindow4.g.cs (31)
25 :IVTable<IHTMLWindow4,IHTMLWindow4.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IHTMLWindow4*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint>)lpVtbl[1])((IHTMLWindow4*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint>)lpVtbl[2])((IHTMLWindow4*)Unsafe.AsPointer(ref this)); 65 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLWindow4*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 70 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLWindow4*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 91 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLWindow4*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 108 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLWindow4*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 124 private static winmdroot.Foundation.HRESULT createPopup(IHTMLWindow4* pThis, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Com.IDispatch** ppPopup) 144 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLWindow4*)Unsafe.AsPointer(ref this), varArgIn, &__retVal).ThrowOnFailure(); 151 private static winmdroot.Foundation.HRESULT get_frameElement(IHTMLWindow4* pThis, winmdroot.Web.MsHtml.IHTMLFrameBase** p) 170 return ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,winmdroot.Web.MsHtml.IHTMLFrameBase** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLWindow4*)Unsafe.AsPointer(ref this), p); 194 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 196 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint> AddRef_2; 198 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint> Release_3; 200 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4; 202 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5; 204 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6; 206 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT> Invoke_7; 208 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> createPopup_8; 210 internal delegate *unmanaged [Stdcall]<IHTMLWindow4*,winmdroot.Web.MsHtml.IHTMLFrameBase** ,winmdroot.Foundation.HRESULT> get_frameElement_9;
Windows.Win32.Web_MsHtml_IHTMLWindow4_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow4.Interface.createPopup(winmdroot.System.Variant.VARIANT*, winmdroot.System.Com.IDispatch**)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT createPopup(this winmdroot.Web.MsHtml.IHTMLWindow4.Interface @this, in winmdroot.System.Variant.VARIANT varArgIn, winmdroot.System.Com.IDispatch** ppPopup)
System.Windows.Forms.Tests (1)
System\Windows\Forms\HtmlWindowTests.cs (1)
64domWindow.Should().BeAssignableTo<IHTMLWindow4.Interface>();