397 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 (373)
_generated\144\Windows.Win32.IHTMLDocument2.g.cs (5)
3032
private static winmdroot.Foundation.HRESULT get_parentWindow(IHTMLDocument2* pThis, winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
3049
public unsafe winmdroot.Foundation.HRESULT get_parentWindow(winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
3051
return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[108])((IHTMLDocument2*)Unsafe.AsPointer(ref this), p);
3490
internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> get_parentWindow_109;
3975
unsafe winmdroot.Foundation.HRESULT get_parentWindow(winmdroot.Web.MsHtml.
IHTMLWindow2
** p);
_generated\176\Windows.Win32.IHTMLWindow2.g.cs (331)
26
:winmdroot.IVTable<
IHTMLWindow2
,
IHTMLWindow2
.Vtbl>,IComIID {
43
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), riid, ppvObject);
48
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint>)lpVtbl[1])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this));
53
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint>)lpVtbl[2])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this));
68
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
73
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
94
((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();
133
((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();
150
private static winmdroot.Foundation.HRESULT item(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* pvarIndex, winmdroot.System.Variant.VARIANT* pvarResult)
170
((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();
188
private static winmdroot.Foundation.HRESULT get_length(
IHTMLWindow2
* pThis, int* p)
207
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
213
private static winmdroot.Foundation.HRESULT get_frames(
IHTMLWindow2
* pThis, 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);
238
private static winmdroot.Foundation.HRESULT put_defaultStatus(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR v)
260
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
265
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
273
private static winmdroot.Foundation.HRESULT get_defaultStatus(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR* p)
294
private static winmdroot.Foundation.HRESULT put_status(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR v)
313
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), v);
330
private static winmdroot.Foundation.HRESULT get_status(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR* p)
349
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
366
private static winmdroot.Foundation.HRESULT setTimeout(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID)
386
((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();
393
private static winmdroot.Foundation.HRESULT clearTimeout(
IHTMLWindow2
* pThis, int timerID)
412
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), timerID).ThrowOnFailure();
418
private static winmdroot.Foundation.HRESULT alert(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR message)
437
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), message);
454
private static winmdroot.Foundation.HRESULT confirm(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR message, winmdroot.Foundation.VARIANT_BOOL* confirmed)
473
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), message, confirmed);
490
private static winmdroot.Foundation.HRESULT prompt(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR message, winmdroot.Foundation.BSTR defstr, winmdroot.System.Variant.VARIANT* textdata)
509
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);
515
private static winmdroot.Foundation.HRESULT get_Image(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLImageElementFactory** p)
538
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLImageElementFactory** ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
546
private static winmdroot.Foundation.HRESULT get_location(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLLocation** p)
565
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLLocation** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
571
private static winmdroot.Foundation.HRESULT get_history(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IOmHistory** p)
590
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmHistory** ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
596
private static winmdroot.Foundation.HRESULT close(
IHTMLWindow2
* pThis)
615
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT>)lpVtbl[22])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this));
621
private static winmdroot.Foundation.HRESULT put_opener(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
643
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
661
private static winmdroot.Foundation.HRESULT get_opener(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
680
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
686
private static winmdroot.Foundation.HRESULT get_navigator(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IOmNavigator** p)
709
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmNavigator** ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
717
private static winmdroot.Foundation.HRESULT put_name(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR v)
736
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), v);
753
private static winmdroot.Foundation.HRESULT get_name(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR* p)
772
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
778
private static winmdroot.Foundation.HRESULT get_parent(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
795
public unsafe winmdroot.Foundation.HRESULT get_parent(winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
797
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
803
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)
820
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)
822
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);
828
private static winmdroot.Foundation.HRESULT get_self(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
846
internal unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* self
850
winmdroot.Web.MsHtml.
IHTMLWindow2
* __result;
851
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
859
private static winmdroot.Foundation.HRESULT get_top(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
877
internal unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* top
881
winmdroot.Web.MsHtml.
IHTMLWindow2
* __result;
882
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
890
private static winmdroot.Foundation.HRESULT get_window(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.
IHTMLWindow2
** p)
908
internal unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* window
912
winmdroot.Web.MsHtml.
IHTMLWindow2
* __result;
913
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
921
private static winmdroot.Foundation.HRESULT navigate(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR url)
940
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), url);
946
private static winmdroot.Foundation.HRESULT put_onfocus(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
968
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
973
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
981
private static winmdroot.Foundation.HRESULT get_onfocus(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1002
private static winmdroot.Foundation.HRESULT put_onblur(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1024
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1029
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1037
private static winmdroot.Foundation.HRESULT get_onblur(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1058
private static winmdroot.Foundation.HRESULT put_onload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1080
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1085
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1093
private static winmdroot.Foundation.HRESULT get_onload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1114
private static winmdroot.Foundation.HRESULT put_onbeforeunload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1136
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1141
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1149
private static winmdroot.Foundation.HRESULT get_onbeforeunload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1170
private static winmdroot.Foundation.HRESULT put_onunload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1192
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1197
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1205
private static winmdroot.Foundation.HRESULT get_onunload(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1226
private static winmdroot.Foundation.HRESULT put_onhelp(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1248
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1253
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1261
private static winmdroot.Foundation.HRESULT get_onhelp(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1282
private static winmdroot.Foundation.HRESULT put_onerror(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1304
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1309
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1317
private static winmdroot.Foundation.HRESULT get_onerror(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1338
private static winmdroot.Foundation.HRESULT put_onresize(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1360
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1365
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1373
private static winmdroot.Foundation.HRESULT get_onresize(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1394
private static winmdroot.Foundation.HRESULT put_onscroll(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1416
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1421
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1429
private static winmdroot.Foundation.HRESULT get_onscroll(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1450
private static winmdroot.Foundation.HRESULT get_document(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLDocument2** p)
1469
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLDocument2** ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
1475
private static winmdroot.Foundation.HRESULT get_event(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLEventObj** p)
1498
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLEventObj** ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1506
private static winmdroot.Foundation.HRESULT get__newEnum(
IHTMLWindow2
* pThis, winmdroot.System.Com.IUnknown** p)
1529
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1551
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)
1571
((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();
1578
private static winmdroot.Foundation.HRESULT showHelp(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR helpURL, winmdroot.System.Variant.VARIANT helpArg, winmdroot.Foundation.BSTR features)
1597
((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();
1603
private static winmdroot.Foundation.HRESULT get_screen(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLScreen** p)
1626
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLScreen** ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1634
private static winmdroot.Foundation.HRESULT get_Option(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IHTMLOptionElementFactory** p)
1657
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLOptionElementFactory** ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1665
private static winmdroot.Foundation.HRESULT focus(
IHTMLWindow2
* pThis)
1684
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT>)lpVtbl[59])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this));
1701
private static winmdroot.Foundation.HRESULT get_closed(
IHTMLWindow2
* pThis, winmdroot.Foundation.VARIANT_BOOL* p)
1720
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), p);
1726
private static winmdroot.Foundation.HRESULT blur(
IHTMLWindow2
* pThis)
1745
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT>)lpVtbl[61])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this));
1751
private static winmdroot.Foundation.HRESULT scroll(
IHTMLWindow2
* pThis, int x, int y)
1770
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure();
1776
private static winmdroot.Foundation.HRESULT get_clientInformation(
IHTMLWindow2
* pThis, winmdroot.Web.MsHtml.IOmNavigator** p)
1799
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmNavigator** ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1818
private static winmdroot.Foundation.HRESULT setInterval(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR expression, int msec, winmdroot.System.Variant.VARIANT* language, int* timerID)
1838
((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();
1845
private static winmdroot.Foundation.HRESULT clearInterval(
IHTMLWindow2
* pThis, int timerID)
1864
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), timerID).ThrowOnFailure();
1870
private static winmdroot.Foundation.HRESULT put_offscreenBuffering(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT v)
1892
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1897
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1905
private static winmdroot.Foundation.HRESULT get_offscreenBuffering(
IHTMLWindow2
* pThis, winmdroot.System.Variant.VARIANT* p)
1926
private static winmdroot.Foundation.HRESULT execScript(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR code, winmdroot.Foundation.BSTR language, winmdroot.System.Variant.VARIANT* pvarRet)
1946
((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();
1953
private static winmdroot.Foundation.HRESULT toString(
IHTMLWindow2
* pThis, winmdroot.Foundation.BSTR* String)
1973
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
1980
private static winmdroot.Foundation.HRESULT scrollBy(
IHTMLWindow2
* pThis, int x, int y)
1999
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure();
2005
private static winmdroot.Foundation.HRESULT scrollTo(
IHTMLWindow2
* pThis, int x, int y)
2024
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y);
2030
private static winmdroot.Foundation.HRESULT moveTo(
IHTMLWindow2
* pThis, int x, int y)
2049
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y);
2055
private static winmdroot.Foundation.HRESULT moveBy(
IHTMLWindow2
* pThis, int x, int y)
2074
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure();
2080
private static winmdroot.Foundation.HRESULT resizeTo(
IHTMLWindow2
* pThis, int x, int y)
2099
return ((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y);
2105
private static winmdroot.Foundation.HRESULT resizeBy(
IHTMLWindow2
* pThis, int x, int y)
2124
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure();
2130
private static winmdroot.Foundation.HRESULT get_external(
IHTMLWindow2
* pThis, winmdroot.System.Com.IDispatch** p)
2153
((delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((
IHTMLWindow2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2181
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
2183
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint> AddRef_2;
2185
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint> Release_3;
2187
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
2189
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
2191
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
2193
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;
2195
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> item_8;
2197
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int* ,winmdroot.Foundation.HRESULT> get_length_9;
2199
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLFramesCollection2** ,winmdroot.Foundation.HRESULT> get_frames_10;
2201
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_defaultStatus_11;
2203
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_defaultStatus_12;
2205
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_status_13;
2207
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_status_14;
2209
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> setTimeout_15;
2211
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,winmdroot.Foundation.HRESULT> clearTimeout_16;
2213
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> alert_17;
2215
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> confirm_18;
2217
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> prompt_19;
2219
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLImageElementFactory** ,winmdroot.Foundation.HRESULT> get_Image_20;
2221
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLLocation** ,winmdroot.Foundation.HRESULT> get_location_21;
2223
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmHistory** ,winmdroot.Foundation.HRESULT> get_history_22;
2225
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT> close_23;
2227
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_opener_24;
2229
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_opener_25;
2231
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmNavigator** ,winmdroot.Foundation.HRESULT> get_navigator_26;
2233
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_name_27;
2235
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_name_28;
2237
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> get_parent_29;
2239
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;
2241
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> get_self_31;
2243
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> get_top_32;
2245
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.
IHTMLWindow2
** ,winmdroot.Foundation.HRESULT> get_window_33;
2247
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> navigate_34;
2249
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onfocus_35;
2251
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onfocus_36;
2253
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onblur_37;
2255
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onblur_38;
2257
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onload_39;
2259
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onload_40;
2261
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onbeforeunload_41;
2263
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onbeforeunload_42;
2265
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onunload_43;
2267
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onunload_44;
2269
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onhelp_45;
2271
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onhelp_46;
2273
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onerror_47;
2275
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onerror_48;
2277
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onresize_49;
2279
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onresize_50;
2281
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_onscroll_51;
2283
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_onscroll_52;
2285
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLDocument2** ,winmdroot.Foundation.HRESULT> get_document_53;
2287
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLEventObj** ,winmdroot.Foundation.HRESULT> get_event_54;
2289
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT> get__newEnum_55;
2291
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;
2293
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> showHelp_57;
2295
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLScreen** ,winmdroot.Foundation.HRESULT> get_screen_58;
2297
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IHTMLOptionElementFactory** ,winmdroot.Foundation.HRESULT> get_Option_59;
2299
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT> focus_60;
2301
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_closed_61;
2303
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.HRESULT> blur_62;
2305
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> scroll_63;
2307
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Web.MsHtml.IOmNavigator** ,winmdroot.Foundation.HRESULT> get_clientInformation_64;
2309
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT> setInterval_65;
2311
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,winmdroot.Foundation.HRESULT> clearInterval_66;
2313
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> put_offscreenBuffering_67;
2315
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> get_offscreenBuffering_68;
2317
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> execScript_69;
2319
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> toString_70;
2321
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> scrollBy_71;
2323
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> scrollTo_72;
2325
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> moveTo_73;
2327
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> moveBy_74;
2329
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> resizeTo_75;
2331
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,int ,int ,winmdroot.Foundation.HRESULT> resizeBy_76;
2333
internal delegate *unmanaged [Stdcall]<
IHTMLWindow2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_external_77;
2497
unsafe winmdroot.Foundation.HRESULT get_parent(winmdroot.Web.MsHtml.
IHTMLWindow2
** p);
2500
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);
2502
unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* self
2507
unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* top
2512
unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* window
_generated\177\Windows.Win32.IHTMLWindow3.g.cs (9)
521
internal unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* showModelessDialog(winmdroot.Foundation.BSTR url, in winmdroot.System.Variant.VARIANT varArgIn, in winmdroot.System.Variant.VARIANT options)
527
winmdroot.Web.MsHtml.
IHTMLWindow2
* __result = this.showModelessDialog(url, varArgInLocal, optionsLocal);
536
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)
553
public unsafe winmdroot.Web.MsHtml.
IHTMLWindow2
* showModelessDialog(winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options)
555
winmdroot.Web.MsHtml.
IHTMLWindow2
* __retVal = default(winmdroot.Web.MsHtml.
IHTMLWindow2
*);
556
((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();
621
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;
697
unsafe winmdroot.Foundation.HRESULT showModelessDialog(winmdroot.Foundation.BSTR url, winmdroot.System.Variant.VARIANT* varArgIn, winmdroot.System.Variant.VARIANT* options, winmdroot.Web.MsHtml.
IHTMLWindow2
** pDialog);
_generated\642\Windows.Win32.Web_MsHtml_IHTMLWindow2_Extensions.g.cs (26)
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.get_status(winmdroot.Foundation.BSTR*)"/>
47
internal static unsafe winmdroot.Foundation.HRESULT get_status(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, out winmdroot.Foundation.BSTR p)
56
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.setTimeout(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*, int*)"/>
57
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)
69
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.confirm(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/>
70
internal static unsafe winmdroot.Foundation.HRESULT confirm(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, winmdroot.Foundation.BSTR message, out winmdroot.Foundation.VARIANT_BOOL confirmed)
79
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.prompt(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/>
80
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)
89
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.get_opener(winmdroot.System.Variant.VARIANT*)"/>
90
internal static unsafe winmdroot.Foundation.HRESULT get_opener(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, out winmdroot.System.Variant.VARIANT p)
99
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.get_name(winmdroot.Foundation.BSTR*)"/>
100
internal static unsafe winmdroot.Foundation.HRESULT get_name(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, out winmdroot.Foundation.BSTR p)
109
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.showModalDialog(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
110
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)
125
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.get_closed(winmdroot.Foundation.VARIANT_BOOL*)"/>
126
internal static unsafe winmdroot.Foundation.HRESULT get_closed(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, out winmdroot.Foundation.VARIANT_BOOL p)
135
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.setInterval(winmdroot.Foundation.BSTR, int, winmdroot.System.Variant.VARIANT*, int*)"/>
136
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)
148
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.execScript(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/>
149
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)
158
/// <inheritdoc cref="winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface.toString(winmdroot.Foundation.BSTR*)"/>
159
internal static unsafe winmdroot.Foundation.HRESULT toString(this winmdroot.Web.MsHtml.
IHTMLWindow2
.Interface @this, out winmdroot.Foundation.BSTR String)
_generated\643\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)