314 references to IWebBrowser2
System.Windows.Forms (3)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (3)
29
private AgileComPointer<
IWebBrowser2
>? _axIWebBrowser2;
1138
_axIWebBrowser2 = new(ComHelpers.GetComPointer<
IWebBrowser2
>(nativeActiveXObject), takeOwnership: true);
1387
private AgileComPointer<
IWebBrowser2
> AxIWebBrowser2
System.Windows.Forms.Primitives (311)
_generated\280\Windows.Win32.IWebBrowser2.g.cs (279)
27
:winmdroot.IVTable<
IWebBrowser2
,
IWebBrowser2
.Vtbl>,IComIID {
44
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), riid, ppvObject);
49
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,uint>)lpVtbl[1])((
IWebBrowser2
*)Unsafe.AsPointer(ref this));
54
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,uint>)lpVtbl[2])((
IWebBrowser2
*)Unsafe.AsPointer(ref this));
69
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure();
85
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure();
106
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure();
145
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,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])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
151
private static winmdroot.Foundation.HRESULT GoBack(
IWebBrowser2
* pThis)
170
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IWebBrowser2
*)Unsafe.AsPointer(ref this));
176
private static winmdroot.Foundation.HRESULT GoForward(
IWebBrowser2
* pThis)
195
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IWebBrowser2
*)Unsafe.AsPointer(ref this));
201
private static winmdroot.Foundation.HRESULT GoHome(
IWebBrowser2
* pThis)
220
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IWebBrowser2
*)Unsafe.AsPointer(ref this));
226
private static winmdroot.Foundation.HRESULT GoSearch(
IWebBrowser2
* pThis)
245
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IWebBrowser2
*)Unsafe.AsPointer(ref this));
262
private static winmdroot.Foundation.HRESULT Navigate(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers)
281
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers).ThrowOnFailure();
287
private static winmdroot.Foundation.HRESULT Refresh(
IWebBrowser2
* pThis)
306
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT>)lpVtbl[12])((
IWebBrowser2
*)Unsafe.AsPointer(ref this));
321
private static winmdroot.Foundation.HRESULT Refresh2(
IWebBrowser2
* pThis, [Optional] winmdroot.System.Variant.VARIANT* Level)
340
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), Level);
346
private static winmdroot.Foundation.HRESULT Stop(
IWebBrowser2
* pThis)
365
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT>)lpVtbl[14])((
IWebBrowser2
*)Unsafe.AsPointer(ref this));
371
private static winmdroot.Foundation.HRESULT get_Application(
IWebBrowser2
* pThis, winmdroot.System.Com.IDispatch** ppDisp)
394
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
402
private static winmdroot.Foundation.HRESULT get_Parent(
IWebBrowser2
* pThis, winmdroot.System.Com.IDispatch** ppDisp)
425
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
433
private static winmdroot.Foundation.HRESULT get_Container(
IWebBrowser2
* pThis, winmdroot.System.Com.IDispatch** ppDisp)
456
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
464
private static winmdroot.Foundation.HRESULT get_Document(
IWebBrowser2
* pThis, winmdroot.System.Com.IDispatch** ppDisp)
483
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), ppDisp);
489
private static winmdroot.Foundation.HRESULT get_TopLevelContainer(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool)
512
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
520
private static winmdroot.Foundation.HRESULT get_Type(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR* Type)
543
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
551
private static winmdroot.Foundation.HRESULT get_Left(
IWebBrowser2
* pThis, int* pl)
574
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
579
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
586
private static winmdroot.Foundation.HRESULT put_Left(
IWebBrowser2
* pThis, int Left)
607
private static winmdroot.Foundation.HRESULT get_Top(
IWebBrowser2
* pThis, int* pl)
630
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
635
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
642
private static winmdroot.Foundation.HRESULT put_Top(
IWebBrowser2
* pThis, int Top)
663
private static winmdroot.Foundation.HRESULT get_Width(
IWebBrowser2
* pThis, int* pl)
686
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
691
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
698
private static winmdroot.Foundation.HRESULT put_Width(
IWebBrowser2
* pThis, int Width)
719
private static winmdroot.Foundation.HRESULT get_Height(
IWebBrowser2
* pThis, int* pl)
742
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
747
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
754
private static winmdroot.Foundation.HRESULT put_Height(
IWebBrowser2
* pThis, int Height)
786
private static winmdroot.Foundation.HRESULT get_LocationName(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR* LocationName)
805
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), LocationName);
822
private static winmdroot.Foundation.HRESULT get_LocationURL(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR* LocationURL)
841
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), LocationURL);
858
private static winmdroot.Foundation.HRESULT get_Busy(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool)
877
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), pBool);
883
private static winmdroot.Foundation.HRESULT Quit(
IWebBrowser2
* pThis)
902
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT>)lpVtbl[32])((
IWebBrowser2
*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
921
private static winmdroot.Foundation.HRESULT ClientToWindow(
IWebBrowser2
* pThis, int* pcx, int* pcy)
940
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), pcx, pcy).ThrowOnFailure();
946
private static winmdroot.Foundation.HRESULT PutProperty(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT vtValue)
965
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), Property, vtValue).ThrowOnFailure();
971
private static winmdroot.Foundation.HRESULT GetProperty(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR Property, winmdroot.System.Variant.VARIANT* pvtValue)
991
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), Property, &__retVal).ThrowOnFailure();
998
private static winmdroot.Foundation.HRESULT get_Name(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR* Name)
1021
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1029
private static winmdroot.Foundation.HRESULT get_HWND(
IWebBrowser2
* pThis, winmdroot.Foundation.SHANDLE_PTR* pHWND)
1054
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.SHANDLE_PTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1062
private static winmdroot.Foundation.HRESULT get_FullName(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR* FullName)
1085
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1093
private static winmdroot.Foundation.HRESULT get_Path(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR* Path)
1116
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1124
private static winmdroot.Foundation.HRESULT get_Visible(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool)
1147
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1152
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1159
private static winmdroot.Foundation.HRESULT put_Visible(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL Value)
1180
private static winmdroot.Foundation.HRESULT get_StatusBar(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool)
1203
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1208
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1215
private static winmdroot.Foundation.HRESULT put_StatusBar(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL Value)
1236
private static winmdroot.Foundation.HRESULT get_StatusText(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR* StatusText)
1259
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1264
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1271
private static winmdroot.Foundation.HRESULT put_StatusText(
IWebBrowser2
* pThis, winmdroot.Foundation.BSTR StatusText)
1292
private static winmdroot.Foundation.HRESULT get_ToolBar(
IWebBrowser2
* pThis, int* Value)
1320
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1325
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1332
private static winmdroot.Foundation.HRESULT put_ToolBar(
IWebBrowser2
* pThis, int Value)
1353
private static winmdroot.Foundation.HRESULT get_MenuBar(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* Value)
1376
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1381
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1388
private static winmdroot.Foundation.HRESULT put_MenuBar(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL Value)
1409
private static winmdroot.Foundation.HRESULT get_FullScreen(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* pbFullScreen)
1432
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1437
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1444
private static winmdroot.Foundation.HRESULT put_FullScreen(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL bFullScreen)
1480
private static winmdroot.Foundation.HRESULT Navigate2(
IWebBrowser2
* pThis, winmdroot.System.Variant.VARIANT* URL, [Optional] winmdroot.System.Variant.VARIANT* Flags, [Optional] winmdroot.System.Variant.VARIANT* TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT* PostData, [Optional] winmdroot.System.Variant.VARIANT* Headers)
1499
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers);
1505
private static winmdroot.Foundation.HRESULT QueryStatusWB(
IWebBrowser2
* pThis, winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDF* pcmdf)
1525
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Ole.OLECMDID ,winmdroot.System.Ole.OLECMDF* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure();
1552
private static winmdroot.Foundation.HRESULT ExecWB(
IWebBrowser2
* pThis, winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDEXECOPT cmdexecopt, [Optional] winmdroot.System.Variant.VARIANT* pvaIn, [Optional] winmdroot.System.Variant.VARIANT* pvaOut)
1571
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Ole.OLECMDID ,winmdroot.System.Ole.OLECMDEXECOPT ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), cmdID, cmdexecopt, pvaIn, pvaOut);
1589
private static winmdroot.Foundation.HRESULT ShowBrowserBar(
IWebBrowser2
* pThis, winmdroot.System.Variant.VARIANT* pvaClsid, [Optional] winmdroot.System.Variant.VARIANT* pvarShow, [Optional] winmdroot.System.Variant.VARIANT* pvarSize)
1608
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), pvaClsid, pvarShow, pvarSize).ThrowOnFailure();
1625
private static winmdroot.Foundation.HRESULT get_ReadyState(
IWebBrowser2
* pThis, winmdroot.System.Ole.READYSTATE* plReadyState)
1644
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Ole.READYSTATE* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), plReadyState);
1661
private static winmdroot.Foundation.HRESULT get_Offline(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* pbOffline)
1680
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), pbOffline);
1686
private static winmdroot.Foundation.HRESULT put_Offline(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL bOffline)
1708
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1726
private static winmdroot.Foundation.HRESULT get_Silent(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* pbSilent)
1745
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), pbSilent);
1751
private static winmdroot.Foundation.HRESULT put_Silent(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL bSilent)
1770
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), bSilent);
1776
private static winmdroot.Foundation.HRESULT get_RegisterAsBrowser(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* pbRegister)
1799
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1804
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1811
private static winmdroot.Foundation.HRESULT put_RegisterAsBrowser(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL bRegister)
1843
private static winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* pbRegister)
1862
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), pbRegister);
1868
private static winmdroot.Foundation.HRESULT put_RegisterAsDropTarget(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL bRegister)
1887
return ((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), bRegister);
1893
private static winmdroot.Foundation.HRESULT get_TheaterMode(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* pbRegister)
1921
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1926
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1933
private static winmdroot.Foundation.HRESULT put_TheaterMode(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL bRegister)
1954
private static winmdroot.Foundation.HRESULT get_AddressBar(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* Value)
1977
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
1982
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
1989
private static winmdroot.Foundation.HRESULT put_AddressBar(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL Value)
2010
private static winmdroot.Foundation.HRESULT get_Resizable(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL* Value)
2033
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
2038
((delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((
IWebBrowser2
*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
2045
private static winmdroot.Foundation.HRESULT put_Resizable(
IWebBrowser2
* pThis, winmdroot.Foundation.VARIANT_BOOL Value)
2086
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
2088
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,uint> AddRef_2;
2090
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,uint> Release_3;
2092
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,uint* ,winmdroot.Foundation.HRESULT> GetTypeInfoCount_4;
2094
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT> GetTypeInfo_5;
2096
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT> GetIDsOfNames_6;
2098
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,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;
2100
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT> GoBack_8;
2102
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT> GoForward_9;
2104
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT> GoHome_10;
2106
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT> GoSearch_11;
2108
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Navigate_12;
2110
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT> Refresh_13;
2112
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Refresh2_14;
2114
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT> Stop_15;
2116
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_Application_16;
2118
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_Parent_17;
2120
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_Container_18;
2122
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT> get_Document_19;
2124
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_TopLevelContainer_20;
2126
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Type_21;
2128
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,winmdroot.Foundation.HRESULT> get_Left_22;
2130
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int ,winmdroot.Foundation.HRESULT> put_Left_23;
2132
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,winmdroot.Foundation.HRESULT> get_Top_24;
2134
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int ,winmdroot.Foundation.HRESULT> put_Top_25;
2136
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,winmdroot.Foundation.HRESULT> get_Width_26;
2138
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int ,winmdroot.Foundation.HRESULT> put_Width_27;
2140
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,winmdroot.Foundation.HRESULT> get_Height_28;
2142
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int ,winmdroot.Foundation.HRESULT> put_Height_29;
2144
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_LocationName_30;
2146
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_LocationURL_31;
2148
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Busy_32;
2150
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.HRESULT> Quit_33;
2152
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,int* ,winmdroot.Foundation.HRESULT> ClientToWindow_34;
2154
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT> PutProperty_35;
2156
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> GetProperty_36;
2158
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Name_37;
2160
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.SHANDLE_PTR* ,winmdroot.Foundation.HRESULT> get_HWND_38;
2162
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_FullName_39;
2164
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_Path_40;
2166
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Visible_41;
2168
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_Visible_42;
2170
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_StatusBar_43;
2172
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_StatusBar_44;
2174
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT> get_StatusText_45;
2176
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT> put_StatusText_46;
2178
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int* ,winmdroot.Foundation.HRESULT> get_ToolBar_47;
2180
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,int ,winmdroot.Foundation.HRESULT> put_ToolBar_48;
2182
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_MenuBar_49;
2184
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_MenuBar_50;
2186
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_FullScreen_51;
2188
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_FullScreen_52;
2190
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> Navigate2_53;
2192
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Ole.OLECMDID ,winmdroot.System.Ole.OLECMDF* ,winmdroot.Foundation.HRESULT> QueryStatusWB_54;
2194
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Ole.OLECMDID ,winmdroot.System.Ole.OLECMDEXECOPT ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> ExecWB_55;
2196
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT> ShowBrowserBar_56;
2198
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.System.Ole.READYSTATE* ,winmdroot.Foundation.HRESULT> get_ReadyState_57;
2200
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Offline_58;
2202
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_Offline_59;
2204
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Silent_60;
2206
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_Silent_61;
2208
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_RegisterAsBrowser_62;
2210
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_RegisterAsBrowser_63;
2212
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_RegisterAsDropTarget_64;
2214
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_RegisterAsDropTarget_65;
2216
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_TheaterMode_66;
2218
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_TheaterMode_67;
2220
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_AddressBar_68;
2222
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_AddressBar_69;
2224
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Resizable_70;
2226
internal delegate *unmanaged [Stdcall]<
IWebBrowser2
*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_Resizable_71;
_generated\609\Windows.Win32.UI_Shell_IWebBrowser2_Extensions.g.cs (32)
23
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.Navigate(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Navigate(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, winmdroot.Foundation.BSTR URL, [Optional] winmdroot.System.Variant.VARIANT? Flags, [Optional] winmdroot.System.Variant.VARIANT? TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT? PostData, [Optional] winmdroot.System.Variant.VARIANT? Headers)
34
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.Refresh2(winmdroot.System.Variant.VARIANT*)"/>
35
internal static unsafe winmdroot.Foundation.HRESULT Refresh2(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, [Optional] winmdroot.System.Variant.VARIANT? Level)
42
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.get_LocationName(winmdroot.Foundation.BSTR*)"/>
43
internal static unsafe winmdroot.Foundation.HRESULT get_LocationName(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, out winmdroot.Foundation.BSTR LocationName)
52
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.get_LocationURL(winmdroot.Foundation.BSTR*)"/>
53
internal static unsafe winmdroot.Foundation.HRESULT get_LocationURL(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, out winmdroot.Foundation.BSTR LocationURL)
62
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/>
63
internal static unsafe winmdroot.Foundation.HRESULT get_Busy(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pBool)
72
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.ClientToWindow(int*, int*)"/>
73
internal static unsafe winmdroot.Foundation.HRESULT ClientToWindow(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, ref int pcx, ref int pcy)
85
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.GetProperty(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*)"/>
86
internal static unsafe winmdroot.Foundation.HRESULT GetProperty(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, winmdroot.Foundation.BSTR Property, out winmdroot.System.Variant.VARIANT pvtValue)
95
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.Navigate2(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
96
internal static unsafe winmdroot.Foundation.HRESULT Navigate2(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, in winmdroot.System.Variant.VARIANT URL, [Optional] winmdroot.System.Variant.VARIANT? Flags, [Optional] winmdroot.System.Variant.VARIANT? TargetFrameName, [Optional] winmdroot.System.Variant.VARIANT? PostData, [Optional] winmdroot.System.Variant.VARIANT? Headers)
109
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.QueryStatusWB(winmdroot.System.Ole.OLECMDID, winmdroot.System.Ole.OLECMDF*)"/>
110
internal static unsafe winmdroot.Foundation.HRESULT QueryStatusWB(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, winmdroot.System.Ole.OLECMDID cmdID, out winmdroot.System.Ole.OLECMDF pcmdf)
119
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.ExecWB(winmdroot.System.Ole.OLECMDID, winmdroot.System.Ole.OLECMDEXECOPT, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
120
internal static unsafe winmdroot.Foundation.HRESULT ExecWB(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDEXECOPT cmdexecopt, [Optional] winmdroot.System.Variant.VARIANT? pvaIn, ref winmdroot.System.Variant.VARIANT pvaOut)
130
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.ExecWB(winmdroot.System.Ole.OLECMDID, winmdroot.System.Ole.OLECMDEXECOPT, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
132
internal static unsafe winmdroot.Foundation.HRESULT ExecWB(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, winmdroot.System.Ole.OLECMDID cmdID, winmdroot.System.Ole.OLECMDEXECOPT cmdexecopt, [Optional] winmdroot.System.Variant.VARIANT? pvaIn)
139
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.ShowBrowserBar(winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*, winmdroot.System.Variant.VARIANT*)"/>
140
internal static unsafe winmdroot.Foundation.HRESULT ShowBrowserBar(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, in winmdroot.System.Variant.VARIANT pvaClsid, [Optional] winmdroot.System.Variant.VARIANT? pvarShow, [Optional] winmdroot.System.Variant.VARIANT? pvarSize)
151
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.get_ReadyState(winmdroot.System.Ole.READYSTATE*)"/>
152
internal static unsafe winmdroot.Foundation.HRESULT get_ReadyState(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, out winmdroot.System.Ole.READYSTATE plReadyState)
161
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.get_Offline(winmdroot.Foundation.VARIANT_BOOL*)"/>
162
internal static unsafe winmdroot.Foundation.HRESULT get_Offline(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pbOffline)
171
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.get_Silent(winmdroot.Foundation.VARIANT_BOOL*)"/>
172
internal static unsafe winmdroot.Foundation.HRESULT get_Silent(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pbSilent)
181
/// <inheritdoc cref="winmdroot.UI.Shell.
IWebBrowser2
.Interface.get_RegisterAsDropTarget(winmdroot.Foundation.VARIANT_BOOL*)"/>
182
internal static unsafe winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(this winmdroot.UI.Shell.
IWebBrowser2
.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pbRegister)