51 references to IHTMLFramesCollection2
System.Windows.Forms (4)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
93IHTMLFramesCollection2* iHTMLFramesCollection2;
System\Windows\Forms\Controls\WebBrowser\HtmlWindowCollection.cs (3)
14private readonly AgileComPointer<IHTMLFramesCollection2> _htmlFramesCollection2; 17internal HtmlWindowCollection(HtmlShimManager shimManager, IHTMLFramesCollection2* collection) 29private AgileComPointer<IHTMLFramesCollection2> NativeHTMLFramesCollection2 => _htmlFramesCollection2;
System.Windows.Forms.Primitives (47)
_generated\144\Windows.Win32.IHTMLDocument2.g.cs (6)
586 private static winmdroot.Foundation.HRESULT get_frames(IHTMLDocument2* pThis, winmdroot.Web.MsHtml.IHTMLFramesCollection2** p) 604 internal unsafe winmdroot.Web.MsHtml.IHTMLFramesCollection2* frames 608 winmdroot.Web.MsHtml.IHTMLFramesCollection2* __result; 609 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLFramesCollection2** ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3320 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLFramesCollection2** ,winmdroot.Foundation.HRESULT> get_frames_24; 3695 unsafe winmdroot.Web.MsHtml.IHTMLFramesCollection2* frames
_generated\156\Windows.Win32.IHTMLFramesCollection2.g.cs (31)
26 :winmdroot.IVTable<IHTMLFramesCollection2,IHTMLFramesCollection2.Vtbl>,IComIID { 43 return ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), riid, ppvObject); 48 return ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint>)lpVtbl[1])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this)); 53 return ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint>)lpVtbl[2])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this)); 68 ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,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])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 153 private static winmdroot.Foundation.HRESULT item(IHTMLFramesCollection2* pThis, winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult) 172 return ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), pvarIndex, pvarResult); 189 private static winmdroot.Foundation.HRESULT get_length(IHTMLFramesCollection2* pThis, int* p) 208 return ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), p); 234 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 236 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint> AddRef_2; 238 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint> Release_3; 240 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4; 242 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5; 244 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6; 246 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,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; 248 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> item_8; 250 internal delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,int* ,winmdroot.Foundation.HRESULT> get_length_9;
_generated\176\Windows.Win32.IHTMLWindow2.g.cs (6)
213 private static winmdroot.Foundation.HRESULT get_frames(IHTMLWindow2* pThis, winmdroot.Web.MsHtml.IHTMLFramesCollection2** p) 230 public unsafe winmdroot.Foundation.HRESULT get_frames(winmdroot.Web.MsHtml.IHTMLFramesCollection2** p) 232 return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IHTMLFramesCollection2** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLWindow2*)Unsafe.AsPointer(ref this), p); 2199 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IHTMLFramesCollection2** ,winmdroot.Foundation.HRESULT> get_frames_10; 2426 :winmdroot.Web.MsHtml.IHTMLFramesCollection2.Interface { 2434 unsafe winmdroot.Foundation.HRESULT get_frames(winmdroot.Web.MsHtml.IHTMLFramesCollection2** p);
_generated\634\Windows.Win32.Web_MsHtml_IHTMLFramesCollection2_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLFramesCollection2.Interface.item(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT item(this winmdroot.Web.MsHtml.IHTMLFramesCollection2.Interface @this, in winmdroot.System.Variant.VARIANT pvarIndex, out winmdroot.System.Variant.VARIANT pvarResult) 36 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLFramesCollection2.Interface.get_length(int*)"/> 37 internal static unsafe winmdroot.Foundation.HRESULT get_length(this winmdroot.Web.MsHtml.IHTMLFramesCollection2.Interface @this, out int p)