54 references to IOmHistory
System.Windows.Forms (4)
System\Windows\Forms\Controls\WebBrowser\HtmlHistory.cs (3)
11private AgileComPointer<IOmHistory> _htmlHistory; 14internal HtmlHistory(IOmHistory* history) 20private AgileComPointer<IOmHistory> NativeOmHistory
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
104IOmHistory* iOmHistory;
System.Windows.Forms.Primitives (50)
Windows.Win32.IHTMLWindow2.g.cs (5)
530 private static winmdroot.Foundation.HRESULT get_history(IHTMLWindow2* pThis, winmdroot.Web.MsHtml.IOmHistory** p) 547 public unsafe winmdroot.Foundation.HRESULT get_history(winmdroot.Web.MsHtml.IOmHistory** p) 549 return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IOmHistory** ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLWindow2*)Unsafe.AsPointer(ref this), p); 2165 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IOmHistory** ,winmdroot.Foundation.HRESULT> get_history_22; 2414 unsafe winmdroot.Foundation.HRESULT get_history(winmdroot.Web.MsHtml.IOmHistory** p);
Windows.Win32.IOmHistory.g.cs (39)
25 :IVTable<IOmHistory,IOmHistory.Vtbl>,IComIID { 41 return ((delegate *unmanaged [Stdcall]<IOmHistory*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IOmHistory*)Unsafe.AsPointer(ref this), riid, ppvObject); 46 return ((delegate *unmanaged [Stdcall]<IOmHistory*,uint>)lpVtbl[1])((IOmHistory*)Unsafe.AsPointer(ref this)); 51 return ((delegate *unmanaged [Stdcall]<IOmHistory*,uint>)lpVtbl[2])((IOmHistory*)Unsafe.AsPointer(ref this)); 65 ((delegate *unmanaged [Stdcall]<IOmHistory*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOmHistory*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 70 ((delegate *unmanaged [Stdcall]<IOmHistory*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOmHistory*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 91 ((delegate *unmanaged [Stdcall]<IOmHistory*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOmHistory*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 108 ((delegate *unmanaged [Stdcall]<IOmHistory*,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])((IOmHistory*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 114 private static winmdroot.Foundation.HRESULT get_length(IOmHistory* pThis, short* p) 137 ((delegate *unmanaged [Stdcall]<IOmHistory*,short* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOmHistory*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 154 private static winmdroot.Foundation.HRESULT back(IOmHistory* pThis, winmdroot.System.Variant.VARIANT* pvargdistance) 173 ((delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOmHistory*)Unsafe.AsPointer(ref this), pvargdistance).ThrowOnFailure(); 188 private static winmdroot.Foundation.HRESULT forward(IOmHistory* pThis, winmdroot.System.Variant.VARIANT* pvargdistance) 207 ((delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOmHistory*)Unsafe.AsPointer(ref this), pvargdistance).ThrowOnFailure(); 223 private static winmdroot.Foundation.HRESULT go(IOmHistory* pThis, winmdroot.System.Variant.VARIANT* pvargdistance) 242 return ((delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOmHistory*)Unsafe.AsPointer(ref this), pvargdistance); 266 internal delegate *unmanaged [Stdcall]<IOmHistory*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 268 internal delegate *unmanaged [Stdcall]<IOmHistory*,uint> AddRef_2; 270 internal delegate *unmanaged [Stdcall]<IOmHistory*,uint> Release_3; 272 internal delegate *unmanaged [Stdcall]<IOmHistory*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4; 274 internal delegate *unmanaged [Stdcall]<IOmHistory*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5; 276 internal delegate *unmanaged [Stdcall]<IOmHistory*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6; 278 internal delegate *unmanaged [Stdcall]<IOmHistory*,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; 280 internal delegate *unmanaged [Stdcall]<IOmHistory*,short* ,winmdroot.Foundation.HRESULT> get_length_8; 282 internal delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> back_9; 284 internal delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> forward_10; 286 internal delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> go_11;
Windows.Win32.Web_MsHtml_IOmHistory_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IOmHistory.Interface.back(winmdroot.System.Variant.VARIANT*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT back(this winmdroot.Web.MsHtml.IOmHistory.Interface @this, in winmdroot.System.Variant.VARIANT pvargdistance) 33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IOmHistory.Interface.forward(winmdroot.System.Variant.VARIANT*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT forward(this winmdroot.Web.MsHtml.IOmHistory.Interface @this, in winmdroot.System.Variant.VARIANT pvargdistance) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IOmHistory.Interface.go(winmdroot.System.Variant.VARIANT*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT go(this winmdroot.Web.MsHtml.IOmHistory.Interface @this, in winmdroot.System.Variant.VARIANT pvargdistance)