392 references to IHTMLWindow2
System.Windows.Forms (24)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
163
IHTMLWindow2
* iHTMLWindow2;
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (3)
25
private readonly AgileComPointer<
IHTMLWindow2
>? _associatedWindow;
41
public override
IHTMLWindow2
.Interface? AssociatedWindow => (
IHTMLWindow2
.Interface?)_associatedWindow?.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (3)
46
private readonly AgileComPointer<
IHTMLWindow2
>? _associatedWindow;
66
public override
IHTMLWindow2
.Interface? AssociatedWindow => (
IHTMLWindow2
.Interface?)_associatedWindow?.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlShim.cs (1)
49
public abstract
IHTMLWindow2
.Interface? AssociatedWindow { get; }
System\Windows\Forms\Controls\WebBrowser\HtmlShimManager.cs (1)
155
AddWindowShim(new HtmlWindow(this, ComHelpers.GetComPointer<
IHTMLWindow2
>(addedShim.AssociatedWindow)));
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (8)
22
private readonly AgileComPointer<
IHTMLWindow2
> _htmlWindow2;
25
internal HtmlWindow(HtmlShimManager shimManager,
IHTMLWindow2
* window)
39
internal AgileComPointer<
IHTMLWindow2
> NativeHtmlWindow => _htmlWindow2;
149
IHTMLWindow2
* htmlWindow2;
150
return !dispatch.IsNull && dispatch.Value->QueryInterface(IID.Get<
IHTMLWindow2
>(), (void**)&htmlWindow2).Succeeded
161
IHTMLWindow2
* iHTMLWindow2;
335
IHTMLWindow2
* htmlWindow2;
353
IHTMLWindow2
* iHTMLWindow2;
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (3)
35
public override
IHTMLWindow2
.Interface AssociatedWindow => NativeHtmlWindow;
37
public
IHTMLWindow2
.Interface NativeHtmlWindow => (
IHTMLWindow2
.Interface)_htmlWindow.NativeHtmlWindow.GetManagedObject();
System\Windows\Forms\Controls\WebBrowser\HtmlWindowCollection.cs (4)
43
IHTMLWindow2
* htmlWindow2;
44
return !dispatch.IsNull && dispatch.Value->QueryInterface(IID.Get<
IHTMLWindow2
>(), (void**)&htmlWindow2).Succeeded
55
IHTMLWindow2
* htmlWindow2 = null;
64
HRESULT hr = dispatch.Value->QueryInterface(IID.Get<
IHTMLWindow2
>(), (void**)&htmlWindow2);
System.Windows.Forms.Primitives (367)
Windows.Win32.IHTMLDocument2.g.cs (5)
2935
private static winmdroot.Foundation.HRESULT get_parentWindow(IHTMLDocument2* pThis, winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
2952
public unsafe winmdroot.Foundation.HRESULT get_parentWindow(winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
2954
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[108])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
3391
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> get_parentWindow_109;
3876
unsafe winmdroot.Foundation.HRESULT get_parentWindow(winmdroot.Web.MsHtml.
IHTMLWindow2
** p);
Windows.Win32.IHTMLWindow2.g.cs (331)
25
:IVTable<
IHTMLWindow2
,
IHTMLWindow2
.Vtbl>,IComIID {
41
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), riid, ppvObject);
46
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint>)lpVtbl[1])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this));
51
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint>)lpVtbl[2])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this));
65
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
70
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
91
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
108
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,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])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
124
private static winmdroot.Foundation.HRESULT item(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult)
144
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), pvarIndex, &__retVal).ThrowOnFailure();
161
private static winmdroot.Foundation.HRESULT get_length(
IHTMLWindow2
* pThis, int* p)
180
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
186
private static winmdroot.Foundation.HRESULT get_frames(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLFramesCollection2** p)
205
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLFramesCollection2** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
211
private static winmdroot.Foundation.HRESULT put_defaultStatus(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR v)
233
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
238
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
246
private static winmdroot.Foundation.HRESULT get_defaultStatus(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR* p)
267
private static winmdroot.Foundation.HRESULT put_status(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR v)
286
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), v);
292
private static winmdroot.Foundation.HRESULT get_status(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR* p)
311
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
327
private static winmdroot.Foundation.HRESULT setTimeout(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID)
347
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure();
354
private static winmdroot.Foundation.HRESULT clearTimeout(
IHTMLWindow2
* pThis, int timerID)
373
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), timerID).ThrowOnFailure();
379
private static winmdroot.Foundation.HRESULT alert(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR message)
398
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), message);
414
private static winmdroot.Foundation.HRESULT confirm(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR message, winmdroot.Foundation.VARIANT_BOOL* confirmed)
433
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), message, confirmed);
449
private static winmdroot.Foundation.HRESULT prompt(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR message, winmdroot.Foundation.BSTR defstr, winmdroot.System.Variant.VARIANT* textdata)
468
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), message, defstr, textdata);
474
private static winmdroot.Foundation.HRESULT get_Image(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLImageElementFactory** p)
497
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLImageElementFactory** ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
505
private static winmdroot.Foundation.HRESULT get_location(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLLocation** p)
524
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLLocation** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
530
private static winmdroot.Foundation.HRESULT get_history(
IHTMLWindow2
* pThis, 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);
555
private static winmdroot.Foundation.HRESULT close(
IHTMLWindow2
* pThis)
574
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT>)lpVtbl[22])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this));
580
private static winmdroot.Foundation.HRESULT put_opener(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
602
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
619
private static winmdroot.Foundation.HRESULT get_opener(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
638
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
644
private static winmdroot.Foundation.HRESULT get_navigator(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IOmNavigator** p)
667
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmNavigator** ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
675
private static winmdroot.Foundation.HRESULT put_name(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR v)
694
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), v);
700
private static winmdroot.Foundation.HRESULT get_name(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR* p)
719
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
725
private static winmdroot.Foundation.HRESULT get_parent(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
742
public unsafe winmdroot.Foundation.HRESULT get_parent(winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
744
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
750
private static winmdroot.Foundation.HRESULT open(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR url, winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR features, winmdroot.Foundation.VARIANT_BOOL replace, winmdroot.Web.MsHtml.
IHTMLWindow2
** pomWindowResult)
767
public unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.BSTR url, winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR features, winmdroot.Foundation.VARIANT_BOOL replace, winmdroot.Web.MsHtml.
IHTMLWindow2
** pomWindowResult)
769
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), url, name, features, replace, pomWindowResult);
775
private static winmdroot.Foundation.HRESULT get_self(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
793
internal unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* self
797
winmdroot.Web.MsHtml.
IHTMLWindow2
* __result;
798
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
806
private static winmdroot.Foundation.HRESULT get_top(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
824
internal unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* top
828
winmdroot.Web.MsHtml.
IHTMLWindow2
* __result;
829
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
837
private static winmdroot.Foundation.HRESULT get_window(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
855
internal unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* window
859
winmdroot.Web.MsHtml.
IHTMLWindow2
* __result;
860
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
868
private static winmdroot.Foundation.HRESULT navigate(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR url)
887
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), url);
893
private static winmdroot.Foundation.HRESULT put_onfocus(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
915
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
920
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
928
private static winmdroot.Foundation.HRESULT get_onfocus(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
949
private static winmdroot.Foundation.HRESULT put_onblur(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
971
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
976
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
984
private static winmdroot.Foundation.HRESULT get_onblur(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1005
private static winmdroot.Foundation.HRESULT put_onload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1027
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1032
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1040
private static winmdroot.Foundation.HRESULT get_onload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1061
private static winmdroot.Foundation.HRESULT put_onbeforeunload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1083
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1088
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1096
private static winmdroot.Foundation.HRESULT get_onbeforeunload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1117
private static winmdroot.Foundation.HRESULT put_onunload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1139
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1144
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1152
private static winmdroot.Foundation.HRESULT get_onunload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1173
private static winmdroot.Foundation.HRESULT put_onhelp(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1195
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1200
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1208
private static winmdroot.Foundation.HRESULT get_onhelp(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1229
private static winmdroot.Foundation.HRESULT put_onerror(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1251
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1256
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1264
private static winmdroot.Foundation.HRESULT get_onerror(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1285
private static winmdroot.Foundation.HRESULT put_onresize(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1307
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1312
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1320
private static winmdroot.Foundation.HRESULT get_onresize(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1341
private static winmdroot.Foundation.HRESULT put_onscroll(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1363
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1368
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1376
private static winmdroot.Foundation.HRESULT get_onscroll(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1397
private static winmdroot.Foundation.HRESULT get_document(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLDocument2** p)
1416
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLDocument2** ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
1422
private static winmdroot.Foundation.HRESULT get_event(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLEventObj** p)
1445
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLEventObj** ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1453
private static winmdroot.Foundation.HRESULT get__newEnum(
IHTMLWindow2
* pThis, winmdroot.System.Com.IUnknown** p)
1476
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1497
private static winmdroot.Foundation.HRESULT showModalDialog(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR dialog, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* varOptions, winmdroot.System.Variant.VARIANT* varArgOut)
1517
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), dialog, varArgIn, varOptions, &__retVal).ThrowOnFailure();
1524
private static winmdroot.Foundation.HRESULT showHelp(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR helpURL, winmdroot.System.Variant.VARIANT helpArg, winmdroot.Foundation.BSTR features)
1543
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), helpURL, helpArg, features).ThrowOnFailure();
1549
private static winmdroot.Foundation.HRESULT get_screen(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLScreen** p)
1572
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLScreen** ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1580
private static winmdroot.Foundation.HRESULT get_Option(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLOptionElementFactory** p)
1603
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLOptionElementFactory** ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1611
private static winmdroot.Foundation.HRESULT focus(
IHTMLWindow2
* pThis)
1630
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT>)lpVtbl[59])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this));
1646
private static winmdroot.Foundation.HRESULT get_closed(
IHTMLWindow2
* pThis, winmdroot.Foundation.VARIANT_BOOL* p)
1665
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
1671
private static winmdroot.Foundation.HRESULT blur(
IHTMLWindow2
* pThis)
1690
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT>)lpVtbl[61])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this));
1696
private static winmdroot.Foundation.HRESULT scroll(
IHTMLWindow2
* pThis, int x, int y)
1715
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure();
1721
private static winmdroot.Foundation.HRESULT get_clientInformation(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IOmNavigator** p)
1744
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmNavigator** ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1762
private static winmdroot.Foundation.HRESULT setInterval(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID)
1782
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure();
1789
private static winmdroot.Foundation.HRESULT clearInterval(
IHTMLWindow2
* pThis, int timerID)
1808
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), timerID).ThrowOnFailure();
1814
private static winmdroot.Foundation.HRESULT put_offscreenBuffering(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1836
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1841
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1849
private static winmdroot.Foundation.HRESULT get_offscreenBuffering(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1870
private static winmdroot.Foundation.HRESULT execScript(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR code, winmdroot.Foundation.BSTR language, winmdroot.System.Variant.VARIANT* pvarRet)
1890
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), code, language, &__retVal).ThrowOnFailure();
1897
private static winmdroot.Foundation.HRESULT toString(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR* String)
1917
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
1924
private static winmdroot.Foundation.HRESULT scrollBy(
IHTMLWindow2
* pThis, int x, int y)
1943
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure();
1949
private static winmdroot.Foundation.HRESULT scrollTo(
IHTMLWindow2
* pThis, int x, int y)
1968
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y);
1974
private static winmdroot.Foundation.HRESULT moveTo(
IHTMLWindow2
* pThis, int x, int y)
1993
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y);
1999
private static winmdroot.Foundation.HRESULT moveBy(
IHTMLWindow2
* pThis, int x, int y)
2018
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure();
2024
private static winmdroot.Foundation.HRESULT resizeTo(
IHTMLWindow2
* pThis, int x, int y)
2043
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y);
2049
private static winmdroot.Foundation.HRESULT resizeBy(
IHTMLWindow2
* pThis, int x, int y)
2068
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure();
2074
private static winmdroot.Foundation.HRESULT get_external(
IHTMLWindow2
* pThis, winmdroot.System.Com.IDispatch** p)
2097
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2123
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
2125
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint> AddRef_2;
2127
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint> Release_3;
2129
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
2131
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
2133
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
2135
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,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;
2137
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> item_8;
2139
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int* ,winmdroot.Foundation.HRESULT> get_length_9;
2141
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLFramesCollection2** ,winmdroot.Foundation.HRESULT> get_frames_10;
2143
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_defaultStatus_11;
2145
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_defaultStatus_12;
2147
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_status_13;
2149
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_status_14;
2151
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> setTimeout_15;
2153
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,winmdroot.Foundation.HRESULT> clearTimeout_16;
2155
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> alert_17;
2157
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> confirm_18;
2159
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> prompt_19;
2161
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLImageElementFactory** ,winmdroot.Foundation.HRESULT> get_Image_20;
2163
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLLocation** ,winmdroot.Foundation.HRESULT> get_location_21;
2165
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmHistory** ,winmdroot.Foundation.HRESULT> get_history_22;
2167
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT> close_23;
2169
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_opener_24;
2171
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_opener_25;
2173
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmNavigator** ,winmdroot.Foundation.HRESULT> get_navigator_26;
2175
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_name_27;
2177
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_name_28;
2179
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> get_parent_29;
2181
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> open_30;
2183
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> get_self_31;
2185
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> get_top_32;
2187
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> get_window_33;
2189
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> navigate_34;
2191
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onfocus_35;
2193
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onfocus_36;
2195
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onblur_37;
2197
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onblur_38;
2199
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onload_39;
2201
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onload_40;
2203
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeunload_41;
2205
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeunload_42;
2207
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onunload_43;
2209
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onunload_44;
2211
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onhelp_45;
2213
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onhelp_46;
2215
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onerror_47;
2217
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onerror_48;
2219
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onresize_49;
2221
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onresize_50;
2223
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onscroll_51;
2225
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onscroll_52;
2227
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLDocument2** ,winmdroot.Foundation.HRESULT> get_document_53;
2229
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLEventObj** ,winmdroot.Foundation.HRESULT> get_event_54;
2231
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> get__newEnum_55;
2233
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> showModalDialog_56;
2235
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> showHelp_57;
2237
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLScreen** ,winmdroot.Foundation.HRESULT> get_screen_58;
2239
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLOptionElementFactory** ,winmdroot.Foundation.HRESULT> get_Option_59;
2241
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT> focus_60;
2243
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_closed_61;
2245
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT> blur_62;
2247
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> scroll_63;
2249
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmNavigator** ,winmdroot.Foundation.HRESULT> get_clientInformation_64;
2251
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> setInterval_65;
2253
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,winmdroot.Foundation.HRESULT> clearInterval_66;
2255
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_offscreenBuffering_67;
2257
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_offscreenBuffering_68;
2259
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> execScript_69;
2261
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> toString_70;
2263
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> scrollBy_71;
2265
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> scrollTo_72;
2267
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> moveTo_73;
2269
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> moveBy_74;
2271
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> resizeTo_75;
2273
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> resizeBy_76;
2275
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_external_77;
2439
unsafe winmdroot.Foundation.HRESULT get_parent(winmdroot.Web.MsHtml.
IHTMLWindow2
** p);
2442
unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.BSTR url, winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR features, winmdroot.Foundation.VARIANT_BOOL replace, winmdroot.Web.MsHtml.
IHTMLWindow2
** pomWindowResult);
2444
unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* self
2449
unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* top
2454
unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* window
Windows.Win32.IHTMLWindow3.g.cs (9)
490
internal unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* showModelessDialog(winmdroot.Foundation.BSTR url, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT options)
496
winmdroot.Web.MsHtml.
IHTMLWindow2
* __result = this.showModelessDialog(url, varArgInLocal, optionsLocal);
505
private static winmdroot.Foundation.HRESULT showModelessDialog(IHTMLWindow3* pThis, winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options, winmdroot.Web.MsHtml.
IHTMLWindow2
** pDialog)
522
public unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* showModelessDialog(winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options)
524
winmdroot.Web.MsHtml.
IHTMLWindow2
* __retVal = default(winmdroot.Web.MsHtml.
IHTMLWindow2
*);
525
((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLWindow3*)Unsafe.AsPointer(ref this), url, varArgIn, options, &__retVal).ThrowOnFailure();
588
internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> showModelessDialog_20;
664
unsafe winmdroot.Foundation.HRESULT showModelessDialog(winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options, winmdroot.Web.MsHtml.
IHTMLWindow2
** pDialog);
Windows.Win32.Web_MsHtml_IHTMLWindow2_Extensions.g.cs (20)
23
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.item(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT item(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, in winmdroot.System.Variant.VARIANT pvarIndex, out winmdroot.System.Variant.VARIANT pvarResult)
36
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.get_length(int*)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT get_length(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, out int p)
46
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.setTimeout(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*, int*)"/>
47
internal static unsafe winmdroot.Foundation.HRESULT setTimeout(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, winmdroot.Foundation.BSTR expression, int msec, in winmdroot.System.Variant.VARIANT language, out int timerID)
59
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.confirm(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/>
60
internal static unsafe winmdroot.Foundation.HRESULT confirm(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, winmdroot.Foundation.BSTR message, out winmdroot.Foundation.VARIANT_BOOL confirmed)
69
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.prompt(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/>
70
internal static unsafe winmdroot.Foundation.HRESULT prompt(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, winmdroot.Foundation.BSTR message, winmdroot.Foundation.BSTR defstr, out winmdroot.System.Variant.VARIANT textdata)
79
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.get_opener(winmdroot.System.Variant.VARIANT*)"/>
80
internal static unsafe winmdroot.Foundation.HRESULT get_opener(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, out winmdroot.System.Variant.VARIANT p)
89
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.showModalDialog(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
90
internal static unsafe winmdroot.Foundation.HRESULT showModalDialog(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, winmdroot.Foundation.BSTR dialog, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT varOptions, out winmdroot.System.Variant.VARIANT varArgOut)
105
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.get_closed(winmdroot.Foundation.VARIANT_BOOL*)"/>
106
internal static unsafe winmdroot.Foundation.HRESULT get_closed(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, out winmdroot.Foundation.VARIANT_BOOL p)
115
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.setInterval(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*, int*)"/>
116
internal static unsafe winmdroot.Foundation.HRESULT setInterval(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, winmdroot.Foundation.BSTR expression, int msec, in winmdroot.System.Variant.VARIANT language, out int timerID)
128
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.execScript(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/>
129
internal static unsafe winmdroot.Foundation.HRESULT execScript(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, winmdroot.Foundation.BSTR code, winmdroot.Foundation.BSTR language, out winmdroot.System.Variant.VARIANT pvarRet)
Windows.Win32.Web_MsHtml_IHTMLWindow3_Extensions.g.cs (2)
85
/// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.showModelessDialog(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.Web.MsHtml.
IHTMLWindow2
**)"/>
86
internal static unsafe winmdroot.Foundation.HRESULT showModelessDialog(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, winmdroot.Foundation.BSTR url, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT options, winmdroot.Web.MsHtml.
IHTMLWindow2
** pDialog)
System.Windows.Forms.Tests (1)
System\Windows\Forms\HtmlWindowTests.cs (1)
62
domWindow.Should().BeAssignableTo<
IHTMLWindow2
.Interface>();