1 instantiation of VARIANT_BOOL
System.Private.Windows.Core (1)
_generated\273\Windows.Win32.VARIANT_BOOL.g.cs (1)
33 public static explicit operator VARIANT_BOOL(short value) => new VARIANT_BOOL(value);
947 references to VARIANT_BOOL
System.Private.Windows.Core (35)
_generated\13\Windows.Win32.CABOOL.g.cs (1)
27 internal unsafe winmdroot.Foundation.VARIANT_BOOL* pElems;
_generated\205\Windows.Win32.PROPVARIANT.g.cs (3)
98 internal winmdroot.Foundation.VARIANT_BOOL boolVal; 101 internal winmdroot.Foundation.VARIANT_BOOL __OBSOLETE__VARIANT_BOOL; 251 internal unsafe winmdroot.Foundation.VARIANT_BOOL* pboolVal;
_generated\272\Windows.Win32.VARIANT.g.cs (4)
77 internal winmdroot.Foundation.VARIANT_BOOL boolVal; 80 internal winmdroot.Foundation.VARIANT_BOOL __OBSOLETE__VARIANT_BOOL; 122 internal unsafe winmdroot.Foundation.VARIANT_BOOL* pboolVal; 125 internal unsafe winmdroot.Foundation.VARIANT_BOOL* __OBSOLETE__VARIANT_PBOOL;
_generated\273\Windows.Win32.VARIANT_BOOL.g.cs (15)
25 : IEquatable<VARIANT_BOOL> 31 public static implicit operator short(VARIANT_BOOL value) => value.Value; 33 public static explicit operator VARIANT_BOOL(short value) => new VARIANT_BOOL(value); 35 public static bool operator ==(VARIANT_BOOL left, VARIANT_BOOL right) => left.Value == right.Value; 37 public static bool operator !=(VARIANT_BOOL left, VARIANT_BOOL right) => !(left == right); 39 public bool Equals(VARIANT_BOOL other) => this.Value == other.Value; 41 public override bool Equals(object obj) => obj is VARIANT_BOOL other && this.Equals(other); 49 public static implicit operator bool(VARIANT_BOOL value) => value != VARIANT_FALSE; 51 public static implicit operator VARIANT_BOOL(bool value) => value ? VARIANT_TRUE : VARIANT_FALSE; 53 internal static readonly winmdroot.Foundation.VARIANT_BOOL VARIANT_TRUE = (winmdroot.Foundation.VARIANT_BOOL)(-1); 55 internal static readonly winmdroot.Foundation.VARIANT_BOOL VARIANT_FALSE = (winmdroot.Foundation.VARIANT_BOOL)(0);
Windows\Win32\System\Variant\VARIANT.cs (12)
27variant.data.boolVal = value ? VARIANT_BOOL.VARIANT_TRUE : VARIANT_BOOL.VARIANT_FALSE; 182return (*(VARIANT_BOOL*)data) != VARIANT_BOOL.VARIANT_FALSE; 336Span<VARIANT_BOOL> data = new(psa->pvData, array.Length); 340result[i] = data[i] != VARIANT_BOOL.VARIANT_FALSE; 568VARIANT_BOOL data = psa->GetValue<VARIANT_BOOL>(indices); 569SetValue(array, data != VARIANT_BOOL.VARIANT_FALSE, indices, lowerBounds); 768Span<VARIANT_BOOL> data = new(ca.pElems, (int)ca.cElems); 772result[i] = data[i] != VARIANT_BOOL.VARIANT_FALSE; 881=> value.vt == VT_BOOL ? value.data.boolVal != VARIANT_BOOL.VARIANT_FALSE : ThrowInvalidCast<bool>();
System.Windows.Forms (25)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (3)
1290_activeXState[s_uiDead] = value.data.boolVal == VARIANT_BOOL.VARIANT_TRUE; 1302ibuttonControl.NotifyDefault(value.data.boolVal == VARIANT_BOOL.VARIANT_TRUE); 1655bool uiDead = property.data.boolVal == VARIANT_BOOL.VARIANT_TRUE;
System\Windows\Forms\ComponentModel\COM2Interop\COM2IProvidePropertyBuilderHandler.cs (3)
21VARIANT_BOOL valid = VARIANT_BOOL.VARIANT_FALSE; 28if (valid == VARIANT_BOOL.VARIANT_TRUE && (*builderType & CTLBLDTYPE.CTLBLDTYPE_FINTERNALBUILDER) == 0)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyBuilderUITypeEditor.cs (4)
52VARIANT_BOOL useValue = VARIANT_BOOL.VARIANT_FALSE; 68useValue = VARIANT_BOOL.VARIANT_FALSE; 72return useValue == VARIANT_BOOL.VARIANT_TRUE && !_bldrType.HasFlag(CTLBLDTYPE.CTLBLDTYPE_FEDITSOBJIDRECTLY)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (2)
299VARIANT_BOOL focused = default; 435VARIANT_BOOL varBool = default;
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (1)
58VARIANT_BOOL result = default;
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (3)
92VARIANT_BOOL canHaveChildren = default; 138VARIANT_BOOL disabled = default; 647VARIANT_BOOL canceled = default;
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (1)
83VARIANT_BOOL result;
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (3)
115VARIANT_BOOL closed; 275VARIANT_BOOL confirmed; 354htmlWindow.Value->open(url, target, options, VARIANT_BOOL.VARIANT_TRUE, &iHTMLWindow2).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (1)
50VARIANT_BOOL result;
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (4)
99VARIANT_BOOL register = default; 128VARIANT_BOOL silent = default; 425VARIANT_BOOL busy = default; 442VARIANT_BOOL offline = default;
System.Windows.Forms.Primitives (887)
_generated\142\Windows.Win32.IHTMLDataTransfer.g.cs (16)
138 internal unsafe winmdroot.Foundation.VARIANT_BOOL setData(winmdroot.Foundation.BSTR format, in winmdroot.System.Variant.VARIANT data) 142 winmdroot.Foundation.VARIANT_BOOL __result = this.setData(format, dataLocal); 150 private static winmdroot.Foundation.HRESULT setData(IHTMLDataTransfer* pThis, winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* data, winmdroot.Foundation.VARIANT_BOOL* pret) 167 public unsafe winmdroot.Foundation.VARIANT_BOOL setData(winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* data) 169 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 170 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, data, &__retVal).ThrowOnFailure(); 204 private static winmdroot.Foundation.HRESULT clearData(IHTMLDataTransfer* pThis, winmdroot.Foundation.BSTR format, winmdroot.Foundation.VARIANT_BOOL* pret) 221 public winmdroot.Foundation.VARIANT_BOOL clearData(winmdroot.Foundation.BSTR format) 223 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 224 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, &__retVal).ThrowOnFailure(); 377 internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> setData_8; 381 internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> clearData_10; 421 unsafe winmdroot.Foundation.HRESULT setData(winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* data, winmdroot.Foundation.VARIANT_BOOL* pret); 427 unsafe winmdroot.Foundation.HRESULT clearData(winmdroot.Foundation.BSTR format, winmdroot.Foundation.VARIANT_BOOL* pret);
_generated\144\Windows.Win32.IHTMLDocument2.g.cs (59)
1249 private static winmdroot.Foundation.HRESULT put_expando(IHTMLDocument2* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1267 internal winmdroot.Foundation.VARIANT_BOOL expando 1271 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1275 winmdroot.Foundation.VARIANT_BOOL __result; 1276 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1284 private static winmdroot.Foundation.HRESULT get_expando(IHTMLDocument2* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1805 private static winmdroot.Foundation.HRESULT queryCommandSupported(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1822 public winmdroot.Foundation.VARIANT_BOOL queryCommandSupported(winmdroot.Foundation.BSTR cmdID) 1824 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1825 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1832 private static winmdroot.Foundation.HRESULT queryCommandEnabled(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1849 public winmdroot.Foundation.VARIANT_BOOL queryCommandEnabled(winmdroot.Foundation.BSTR cmdID) 1851 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1852 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1859 private static winmdroot.Foundation.HRESULT queryCommandState(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1876 public winmdroot.Foundation.VARIANT_BOOL queryCommandState(winmdroot.Foundation.BSTR cmdID) 1878 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1879 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1886 private static winmdroot.Foundation.HRESULT queryCommandIndeterm(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1903 public winmdroot.Foundation.VARIANT_BOOL queryCommandIndeterm(winmdroot.Foundation.BSTR cmdID) 1905 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1906 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1964 /// <inheritdoc cref="execCommand(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 1966 internal unsafe winmdroot.Foundation.HRESULT execCommand(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, out winmdroot.Foundation.VARIANT_BOOL pfRet) 1968 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 1978 private static winmdroot.Foundation.HRESULT execCommand(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1995 public unsafe winmdroot.Foundation.HRESULT execCommand(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1997 return ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, showUI, value, pfRet); 2003 private static winmdroot.Foundation.HRESULT execCommandShowHelp(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet) 2020 public winmdroot.Foundation.VARIANT_BOOL execCommandShowHelp(winmdroot.Foundation.BSTR cmdID) 2022 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 2023 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 3364 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_expando_46; 3366 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_expando_47; 3402 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandSupported_65; 3404 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandEnabled_66; 3406 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandState_67; 3408 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandIndeterm_68; 3414 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> execCommand_71; 3416 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> execCommandShowHelp_72; 3771 winmdroot.Foundation.VARIANT_BOOL expando 3843 unsafe winmdroot.Foundation.HRESULT queryCommandSupported(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3846 unsafe winmdroot.Foundation.HRESULT queryCommandEnabled(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3849 unsafe winmdroot.Foundation.HRESULT queryCommandState(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3852 unsafe winmdroot.Foundation.HRESULT queryCommandIndeterm(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3861 unsafe winmdroot.Foundation.HRESULT execCommand(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3864 unsafe winmdroot.Foundation.HRESULT execCommandShowHelp(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet);
_generated\145\Windows.Win32.IHTMLDocument3.g.cs (31)
164 private static winmdroot.Foundation.HRESULT recalc(IHTMLDocument3* pThis, winmdroot.Foundation.VARIANT_BOOL fForce) 181 public void recalc(winmdroot.Foundation.VARIANT_BOOL fForce) 183 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLDocument3*)Unsafe.AsPointer(ref this), fForce).ThrowOnFailure(); 275 /// <inheritdoc cref="attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 277 internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult) 279 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult) 289 private static winmdroot.Foundation.HRESULT attachEvent(IHTMLDocument3* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 306 public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 308 return ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLDocument3*)Unsafe.AsPointer(ref this), @event, pDisp, pfResult); 962 private static winmdroot.Foundation.HRESULT put_enableDownload(IHTMLDocument3* pThis, winmdroot.Foundation.VARIANT_BOOL v) 980 internal winmdroot.Foundation.VARIANT_BOOL enableDownload 984 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 988 winmdroot.Foundation.VARIANT_BOOL __result; 989 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 997 private static winmdroot.Foundation.HRESULT get_enableDownload(IHTMLDocument3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1105 private static winmdroot.Foundation.HRESULT put_inheritStyleSheets(IHTMLDocument3* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1123 internal winmdroot.Foundation.VARIANT_BOOL inheritStyleSheets 1127 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1131 winmdroot.Foundation.VARIANT_BOOL __result; 1132 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1140 private static winmdroot.Foundation.HRESULT get_inheritStyleSheets(IHTMLDocument3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1330 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> recalc_9; 1338 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_13; 1386 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_enableDownload_37; 1388 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_enableDownload_38; 1396 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_inheritStyleSheets_42; 1398 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_inheritStyleSheets_43; 1477winmdroot.Foundation.HRESULT recalc(winmdroot.Foundation.VARIANT_BOOL fForce); 1493 unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult); 1566 winmdroot.Foundation.VARIANT_BOOL enableDownload 1583 winmdroot.Foundation.VARIANT_BOOL inheritStyleSheets
_generated\146\Windows.Win32.IHTMLDocument4.g.cs (16)
161 /// <inheritdoc cref="hasFocus(winmdroot.Foundation.VARIANT_BOOL*)"/> 163 internal unsafe winmdroot.Foundation.HRESULT hasFocus(out winmdroot.Foundation.VARIANT_BOOL pfFocus) 165 fixed (winmdroot.Foundation.VARIANT_BOOL* pfFocusLocal = &pfFocus) 175 private static winmdroot.Foundation.HRESULT hasFocus(IHTMLDocument4* pThis, winmdroot.Foundation.VARIANT_BOOL* pfFocus) 192 public unsafe winmdroot.Foundation.HRESULT hasFocus(winmdroot.Foundation.VARIANT_BOOL* pfFocus) 194 return ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLDocument4*)Unsafe.AsPointer(ref this), pfFocus); 405 /// <inheritdoc cref="fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 407 internal unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled) 409 fixed (winmdroot.Foundation.VARIANT_BOOL* pfCancelledLocal = &pfCancelled) 422 private static winmdroot.Foundation.HRESULT fireEvent(IHTMLDocument4* pThis, winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 439 public unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 441 return ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLDocument4*)Unsafe.AsPointer(ref this), bstrEventName, pvarEventObject, pfCancelled); 597 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> hasFocus_9; 613 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> fireEvent_17; 663 unsafe winmdroot.Foundation.HRESULT hasFocus(winmdroot.Foundation.VARIANT_BOOL* pfFocus); 689 unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled);
_generated\147\Windows.Win32.IHTMLDOMNode.g.cs (17)
201 private static winmdroot.Foundation.HRESULT hasChildNodes(IHTMLDOMNode* pThis, winmdroot.Foundation.VARIANT_BOOL* fChildren) 218 public winmdroot.Foundation.VARIANT_BOOL hasChildNodes() 220 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 221 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 369 private static winmdroot.Foundation.HRESULT cloneNode(IHTMLDOMNode* pThis, winmdroot.Foundation.VARIANT_BOOL fDeep, winmdroot.Web.MsHtml.IHTMLDOMNode** clonedNode) 386 public unsafe winmdroot.Web.MsHtml.IHTMLDOMNode* cloneNode(winmdroot.Foundation.VARIANT_BOOL fDeep) 389 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), fDeep, &__retVal).ThrowOnFailure(); 396 private static winmdroot.Foundation.HRESULT removeNode(IHTMLDOMNode* pThis, winmdroot.Foundation.VARIANT_BOOL fDeep, winmdroot.Web.MsHtml.IHTMLDOMNode** removed) 413 public unsafe winmdroot.Web.MsHtml.IHTMLDOMNode* removeNode(winmdroot.Foundation.VARIANT_BOOL fDeep) 416 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), fDeep, &__retVal).ThrowOnFailure(); 741 internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> hasChildNodes_10; 753 internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT> cloneNode_16; 755 internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT> removeNode_17; 830 unsafe winmdroot.Foundation.HRESULT hasChildNodes(winmdroot.Foundation.VARIANT_BOOL* fChildren); 852 unsafe winmdroot.Foundation.HRESULT cloneNode(winmdroot.Foundation.VARIANT_BOOL fDeep, winmdroot.Web.MsHtml.IHTMLDOMNode** clonedNode); 855 unsafe winmdroot.Foundation.HRESULT removeNode(winmdroot.Foundation.VARIANT_BOOL fDeep, winmdroot.Web.MsHtml.IHTMLDOMNode** removed);
_generated\148\Windows.Win32.IHTMLElement.g.cs (20)
200 private static winmdroot.Foundation.HRESULT removeAttribute(IHTMLElement* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess) 217 public winmdroot.Foundation.VARIANT_BOOL removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags) 219 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 220 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLElement*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 1264 private static winmdroot.Foundation.HRESULT contains(IHTMLElement* pThis, winmdroot.Web.MsHtml.IHTMLElement* pChild, winmdroot.Foundation.VARIANT_BOOL* pfResult) 1281 public unsafe winmdroot.Foundation.VARIANT_BOOL contains(winmdroot.Web.MsHtml.IHTMLElement* pChild) 1283 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1284 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLElement*)Unsafe.AsPointer(ref this), pChild, &__retVal).ThrowOnFailure(); 1903 private static winmdroot.Foundation.HRESULT get_isTextEdit(IHTMLElement* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1921 internal winmdroot.Foundation.VARIANT_BOOL isTextEdit 1925 winmdroot.Foundation.VARIANT_BOOL __result; 1926 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2665 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeAttribute_10; 2741 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> contains_48; 2783 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isTextEdit_69; 2951 unsafe winmdroot.Foundation.HRESULT removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess); 3065 unsafe winmdroot.Foundation.HRESULT contains(winmdroot.Web.MsHtml.IHTMLElement* pChild, winmdroot.Foundation.VARIANT_BOOL* pfResult); 3133 winmdroot.Foundation.VARIANT_BOOL isTextEdit
_generated\149\Windows.Win32.IHTMLElement2.g.cs (35)
170 private static winmdroot.Foundation.HRESULT setCapture(IHTMLElement2* pThis, winmdroot.Foundation.VARIANT_BOOL containerCapture) 187 public void setCapture(winmdroot.Foundation.VARIANT_BOOL containerCapture) 189 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLElement2*)Unsafe.AsPointer(ref this), containerCapture).ThrowOnFailure(); 1249 private static winmdroot.Foundation.HRESULT removeExpression(IHTMLElement2* pThis, winmdroot.Foundation.BSTR propname, winmdroot.Foundation.VARIANT_BOOL* pfSuccess) 1266 public winmdroot.Foundation.VARIANT_BOOL removeExpression(winmdroot.Foundation.BSTR propname) 1268 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1269 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLElement2*)Unsafe.AsPointer(ref this), propname, &__retVal).ThrowOnFailure(); 1802 /// <inheritdoc cref="attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 1804 internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult) 1806 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult) 1816 private static winmdroot.Foundation.HRESULT attachEvent(IHTMLElement2* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 1833 public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 1835 return ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLElement2*)Unsafe.AsPointer(ref this), @event, pDisp, pfResult); 2607 /// <inheritdoc cref="get_canHaveChildren(winmdroot.Foundation.VARIANT_BOOL*)"/> 2609 internal unsafe winmdroot.Foundation.HRESULT get_canHaveChildren(out winmdroot.Foundation.VARIANT_BOOL p) 2611 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p) 2621 private static winmdroot.Foundation.HRESULT get_canHaveChildren(IHTMLElement2* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 2638 public unsafe winmdroot.Foundation.HRESULT get_canHaveChildren(winmdroot.Foundation.VARIANT_BOOL* p) 2640 return ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((IHTMLElement2*)Unsafe.AsPointer(ref this), p); 2684 private static winmdroot.Foundation.HRESULT removeBehavior(IHTMLElement2* pThis, int cookie, winmdroot.Foundation.VARIANT_BOOL* pfResult) 2701 public winmdroot.Foundation.VARIANT_BOOL removeBehavior(int cookie) 2703 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 2704 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLElement2*)Unsafe.AsPointer(ref this), cookie, &__retVal).ThrowOnFailure(); 2977 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> setCapture_9; 3055 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeExpression_48; 3093 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_67; 3149 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_canHaveChildren_95; 3153 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeBehavior_97; 3297winmdroot.Foundation.HRESULT setCapture(winmdroot.Foundation.VARIANT_BOOL containerCapture); 3416 unsafe winmdroot.Foundation.HRESULT removeExpression(winmdroot.Foundation.BSTR propname, winmdroot.Foundation.VARIANT_BOOL* pfSuccess); 3473 unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult); 3559 unsafe winmdroot.Foundation.HRESULT get_canHaveChildren(winmdroot.Foundation.VARIANT_BOOL* p); 3565 unsafe winmdroot.Foundation.HRESULT removeBehavior(int cookie, winmdroot.Foundation.VARIANT_BOOL* pfResult);
_generated\150\Windows.Win32.IHTMLElement3.g.cs (70)
174 private static winmdroot.Foundation.HRESULT get_isMultiLine(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 192 internal winmdroot.Foundation.VARIANT_BOOL isMultiLine 196 winmdroot.Foundation.VARIANT_BOOL __result; 197 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 205 private static winmdroot.Foundation.HRESULT get_canHaveHTML(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 223 internal winmdroot.Foundation.VARIANT_BOOL canHaveHTML 227 winmdroot.Foundation.VARIANT_BOOL __result; 228 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 348 private static winmdroot.Foundation.HRESULT put_inflateBlock(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL v) 366 internal winmdroot.Foundation.VARIANT_BOOL inflateBlock 370 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 374 winmdroot.Foundation.VARIANT_BOOL __result; 375 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 383 private static winmdroot.Foundation.HRESULT get_inflateBlock(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 541 private static winmdroot.Foundation.HRESULT get_isContentEditable(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 559 internal winmdroot.Foundation.VARIANT_BOOL isContentEditable 563 winmdroot.Foundation.VARIANT_BOOL __result; 564 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 572 private static winmdroot.Foundation.HRESULT put_hideFocus(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL v) 590 internal winmdroot.Foundation.VARIANT_BOOL hideFocus 594 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 598 winmdroot.Foundation.VARIANT_BOOL __result; 599 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 607 private static winmdroot.Foundation.HRESULT get_hideFocus(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 628 private static winmdroot.Foundation.HRESULT put_disabled(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL v) 645 public winmdroot.Foundation.HRESULT put_disabled(winmdroot.Foundation.VARIANT_BOOL v) 647 return ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLElement3*)Unsafe.AsPointer(ref this), v); 650 /// <inheritdoc cref="get_disabled(winmdroot.Foundation.VARIANT_BOOL*)"/> 652 internal unsafe winmdroot.Foundation.HRESULT get_disabled(out winmdroot.Foundation.VARIANT_BOOL p) 654 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p) 664 private static winmdroot.Foundation.HRESULT get_disabled(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 681 public unsafe winmdroot.Foundation.HRESULT get_disabled(winmdroot.Foundation.VARIANT_BOOL* p) 683 return ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLElement3*)Unsafe.AsPointer(ref this), p); 689 private static winmdroot.Foundation.HRESULT get_isDisabled(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 707 internal winmdroot.Foundation.VARIANT_BOOL isDisabled 711 winmdroot.Foundation.VARIANT_BOOL __result; 712 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 829 /// <inheritdoc cref="fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 831 internal unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled) 833 fixed (winmdroot.Foundation.VARIANT_BOOL* pfCancelledLocal = &pfCancelled) 846 private static winmdroot.Foundation.HRESULT fireEvent(IHTMLElement3* pThis, winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 863 public unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 865 return ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLElement3*)Unsafe.AsPointer(ref this), bstrEventName, pvarEventObject, pfCancelled); 1319 private static winmdroot.Foundation.HRESULT dragDrop(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1336 public winmdroot.Foundation.VARIANT_BOOL dragDrop() 1338 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1339 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 1413 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isMultiLine_9; 1415 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_canHaveHTML_10; 1425 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_inflateBlock_15; 1427 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_inflateBlock_16; 1439 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isContentEditable_22; 1441 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_hideFocus_23; 1443 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_hideFocus_24; 1445 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_disabled_25; 1447 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_disabled_26; 1449 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isDisabled_27; 1459 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> fireEvent_32; 1493 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> dragDrop_49; 1565 winmdroot.Foundation.VARIANT_BOOL isMultiLine 1570 winmdroot.Foundation.VARIANT_BOOL canHaveHTML 1587 winmdroot.Foundation.VARIANT_BOOL inflateBlock 1608 winmdroot.Foundation.VARIANT_BOOL isContentEditable 1613 winmdroot.Foundation.VARIANT_BOOL hideFocus 1620winmdroot.Foundation.HRESULT put_disabled(winmdroot.Foundation.VARIANT_BOOL v); 1623 unsafe winmdroot.Foundation.HRESULT get_disabled(winmdroot.Foundation.VARIANT_BOOL* p); 1625 winmdroot.Foundation.VARIANT_BOOL isDisabled 1643 unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled); 1694 unsafe winmdroot.Foundation.HRESULT dragDrop(winmdroot.Foundation.VARIANT_BOOL* pfRet);
_generated\152\Windows.Win32.IHTMLEventObj.g.cs (27)
170 private static winmdroot.Foundation.HRESULT get_altKey(IHTMLEventObj* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 188 internal winmdroot.Foundation.VARIANT_BOOL altKey 192 winmdroot.Foundation.VARIANT_BOOL __result; 193 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 201 private static winmdroot.Foundation.HRESULT get_ctrlKey(IHTMLEventObj* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 219 internal winmdroot.Foundation.VARIANT_BOOL ctrlKey 223 winmdroot.Foundation.VARIANT_BOOL __result; 224 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 232 private static winmdroot.Foundation.HRESULT get_shiftKey(IHTMLEventObj* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 250 internal winmdroot.Foundation.VARIANT_BOOL shiftKey 254 winmdroot.Foundation.VARIANT_BOOL __result; 255 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 319 private static winmdroot.Foundation.HRESULT put_cancelBubble(IHTMLEventObj* pThis, winmdroot.Foundation.VARIANT_BOOL v) 337 internal winmdroot.Foundation.VARIANT_BOOL cancelBubble 341 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLEventObj*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 345 winmdroot.Foundation.VARIANT_BOOL __result; 346 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 354 private static winmdroot.Foundation.HRESULT get_cancelBubble(IHTMLEventObj* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 932 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_altKey_9; 934 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_ctrlKey_10; 936 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_shiftKey_11; 942 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_cancelBubble_14; 944 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_cancelBubble_15; 1032 winmdroot.Foundation.VARIANT_BOOL altKey 1037 winmdroot.Foundation.VARIANT_BOOL ctrlKey 1042 winmdroot.Foundation.VARIANT_BOOL shiftKey 1053 winmdroot.Foundation.VARIANT_BOOL cancelBubble
_generated\155\Windows.Win32.IHTMLFrameBase.g.cs (9)
531 private static winmdroot.Foundation.HRESULT put_noResize(IHTMLFrameBase* pThis, winmdroot.Foundation.VARIANT_BOOL v) 549 internal winmdroot.Foundation.VARIANT_BOOL noResize 553 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 557 winmdroot.Foundation.VARIANT_BOOL __result; 558 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 566 private static winmdroot.Foundation.HRESULT get_noResize(IHTMLFrameBase* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 705 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_noResize_22; 707 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_noResize_23; 795 winmdroot.Foundation.VARIANT_BOOL noResize
_generated\158\Windows.Win32.IHTMLImgElement.g.cs (15)
139 private static winmdroot.Foundation.HRESULT put_isMap(IHTMLImgElement* pThis, winmdroot.Foundation.VARIANT_BOOL v) 157 internal winmdroot.Foundation.VARIANT_BOOL isMap 161 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 165 winmdroot.Foundation.VARIANT_BOOL __result; 166 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 174 private static winmdroot.Foundation.HRESULT get_isMap(IHTMLImgElement* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 978 private static winmdroot.Foundation.HRESULT get_complete(IHTMLImgElement* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 996 internal winmdroot.Foundation.VARIANT_BOOL complete 1000 winmdroot.Foundation.VARIANT_BOOL __result; 1001 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1547 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_isMap_8; 1549 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isMap_9; 1605 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_complete_37; 1713 winmdroot.Foundation.VARIANT_BOOL isMap 1818 winmdroot.Foundation.VARIANT_BOOL complete
_generated\159\Windows.Win32.IHTMLLocation.g.cs (5)
596 private static winmdroot.Foundation.HRESULT reload(IHTMLLocation* pThis, winmdroot.Foundation.VARIANT_BOOL flag) 613 public void reload(winmdroot.Foundation.VARIANT_BOOL flag) 615 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLLocation*)Unsafe.AsPointer(ref this), flag).ThrowOnFailure(); 764 internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> reload_24; 865winmdroot.Foundation.HRESULT reload(winmdroot.Foundation.VARIANT_BOOL flag);
_generated\161\Windows.Win32.IHTMLOpsProfile.g.cs (35)
139 private static winmdroot.Foundation.HRESULT addRequest(IHTMLOpsProfile* pThis, winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success) 156 public winmdroot.Foundation.VARIANT_BOOL addRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved) 158 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 159 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, reserved, &__retVal).ThrowOnFailure(); 243 private static winmdroot.Foundation.HRESULT setAttribute(IHTMLOpsProfile* pThis, winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR value, winmdroot.System.Variant.VARIANT prefs, winmdroot.Foundation.VARIANT_BOOL* success) 260 public winmdroot.Foundation.VARIANT_BOOL setAttribute(winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR value, winmdroot.System.Variant.VARIANT prefs) 262 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 263 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, value, prefs, &__retVal).ThrowOnFailure(); 270 private static winmdroot.Foundation.HRESULT commitChanges(IHTMLOpsProfile* pThis, winmdroot.Foundation.VARIANT_BOOL* success) 287 public winmdroot.Foundation.VARIANT_BOOL commitChanges() 289 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 290 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 297 private static winmdroot.Foundation.HRESULT addReadRequest(IHTMLOpsProfile* pThis, winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success) 314 public winmdroot.Foundation.VARIANT_BOOL addReadRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved) 316 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 317 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, reserved, &__retVal).ThrowOnFailure(); 349 private static winmdroot.Foundation.HRESULT doWriteRequest(IHTMLOpsProfile* pThis, winmdroot.Foundation.VARIANT_BOOL* success) 366 public winmdroot.Foundation.VARIANT_BOOL doWriteRequest() 368 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 369 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 410 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> addRequest_8; 418 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> setAttribute_12; 420 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> commitChanges_13; 422 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> addReadRequest_14; 426 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> doWriteRequest_16; 460 unsafe winmdroot.Foundation.HRESULT addRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success); 472 unsafe winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR value, winmdroot.System.Variant.VARIANT prefs, winmdroot.Foundation.VARIANT_BOOL* success); 475 unsafe winmdroot.Foundation.HRESULT commitChanges(winmdroot.Foundation.VARIANT_BOOL* success); 478 unsafe winmdroot.Foundation.HRESULT addReadRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success); 484 unsafe winmdroot.Foundation.HRESULT doWriteRequest(winmdroot.Foundation.VARIANT_BOOL* success);
_generated\162\Windows.Win32.IHTMLOptionElement.g.cs (18)
139 private static winmdroot.Foundation.HRESULT put_selected(IHTMLOptionElement* pThis, winmdroot.Foundation.VARIANT_BOOL v) 157 internal winmdroot.Foundation.VARIANT_BOOL selected 161 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 165 winmdroot.Foundation.VARIANT_BOOL __result; 166 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 174 private static winmdroot.Foundation.HRESULT get_selected(IHTMLOptionElement* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 251 private static winmdroot.Foundation.HRESULT put_defaultSelected(IHTMLOptionElement* pThis, winmdroot.Foundation.VARIANT_BOOL v) 269 internal winmdroot.Foundation.VARIANT_BOOL defaultSelected 273 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 277 winmdroot.Foundation.VARIANT_BOOL __result; 278 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 286 private static winmdroot.Foundation.HRESULT get_defaultSelected(IHTMLOptionElement* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 484 internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_selected_8; 486 internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_selected_9; 492 internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_defaultSelected_12; 494 internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_defaultSelected_13; 539 winmdroot.Foundation.VARIANT_BOOL selected 551 winmdroot.Foundation.VARIANT_BOOL defaultSelected
_generated\164\Windows.Win32.IHTMLPluginsCollection.g.cs (5)
170 private static winmdroot.Foundation.HRESULT refresh(IHTMLPluginsCollection* pThis, winmdroot.Foundation.VARIANT_BOOL reload) 187 public void refresh(winmdroot.Foundation.VARIANT_BOOL reload) 189 ((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), reload).ThrowOnFailure(); 231 internal delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> refresh_9; 263winmdroot.Foundation.HRESULT refresh(winmdroot.Foundation.VARIANT_BOOL reload);
_generated\168\Windows.Win32.IHTMLRuleStyle.g.cs (52)
1147 private static winmdroot.Foundation.HRESULT put_textDecorationNone(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1165 internal winmdroot.Foundation.VARIANT_BOOL textDecorationNone 1169 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1173 winmdroot.Foundation.VARIANT_BOOL __result; 1174 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1182 private static winmdroot.Foundation.HRESULT get_textDecorationNone(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1203 private static winmdroot.Foundation.HRESULT put_textDecorationUnderline(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1221 internal winmdroot.Foundation.VARIANT_BOOL textDecorationUnderline 1225 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1229 winmdroot.Foundation.VARIANT_BOOL __result; 1230 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1238 private static winmdroot.Foundation.HRESULT get_textDecorationUnderline(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1259 private static winmdroot.Foundation.HRESULT put_textDecorationOverline(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1277 internal winmdroot.Foundation.VARIANT_BOOL textDecorationOverline 1281 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1285 winmdroot.Foundation.VARIANT_BOOL __result; 1286 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1294 private static winmdroot.Foundation.HRESULT get_textDecorationOverline(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1315 private static winmdroot.Foundation.HRESULT put_textDecorationLineThrough(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1333 internal winmdroot.Foundation.VARIANT_BOOL textDecorationLineThrough 1337 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1341 winmdroot.Foundation.VARIANT_BOOL __result; 1342 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1350 private static winmdroot.Foundation.HRESULT get_textDecorationLineThrough(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1371 private static winmdroot.Foundation.HRESULT put_textDecorationBlink(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1389 internal winmdroot.Foundation.VARIANT_BOOL textDecorationBlink 1393 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1397 winmdroot.Foundation.VARIANT_BOOL __result; 1398 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1406 private static winmdroot.Foundation.HRESULT get_textDecorationBlink(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 4646 private static winmdroot.Foundation.HRESULT removeAttribute(IHTMLRuleStyle* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess) 4663 public winmdroot.Foundation.VARIANT_BOOL removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags) 4665 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 4666 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[168])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 4779 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationNone_44; 4781 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationNone_45; 4783 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationUnderline_46; 4785 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationUnderline_47; 4787 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationOverline_48; 4789 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationOverline_49; 4791 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationLineThrough_50; 4793 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationLineThrough_51; 4795 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationBlink_52; 4797 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationBlink_53; 5029 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeAttribute_169; 5323 winmdroot.Foundation.VARIANT_BOOL textDecorationNone 5329 winmdroot.Foundation.VARIANT_BOOL textDecorationUnderline 5335 winmdroot.Foundation.VARIANT_BOOL textDecorationOverline 5341 winmdroot.Foundation.VARIANT_BOOL textDecorationLineThrough 5347 winmdroot.Foundation.VARIANT_BOOL textDecorationBlink 5701 unsafe winmdroot.Foundation.HRESULT removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess);
_generated\169\Windows.Win32.IHTMLScreen.g.cs (6)
406 private static winmdroot.Foundation.HRESULT get_fontSmoothingEnabled(IHTMLScreen* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 424 internal winmdroot.Foundation.VARIANT_BOOL fontSmoothingEnabled 428 winmdroot.Foundation.VARIANT_BOOL __result; 429 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLScreen*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 489 internal delegate *unmanaged [Stdcall]<IHTMLScreen*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_fontSmoothingEnabled_17; 560 winmdroot.Foundation.VARIANT_BOOL fontSmoothingEnabled
_generated\171\Windows.Win32.IHTMLStyle.g.cs (52)
1147 private static winmdroot.Foundation.HRESULT put_textDecorationNone(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1165 internal winmdroot.Foundation.VARIANT_BOOL textDecorationNone 1169 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1173 winmdroot.Foundation.VARIANT_BOOL __result; 1174 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1182 private static winmdroot.Foundation.HRESULT get_textDecorationNone(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1203 private static winmdroot.Foundation.HRESULT put_textDecorationUnderline(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1221 internal winmdroot.Foundation.VARIANT_BOOL textDecorationUnderline 1225 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1229 winmdroot.Foundation.VARIANT_BOOL __result; 1230 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1238 private static winmdroot.Foundation.HRESULT get_textDecorationUnderline(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1259 private static winmdroot.Foundation.HRESULT put_textDecorationOverline(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1277 internal winmdroot.Foundation.VARIANT_BOOL textDecorationOverline 1281 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1285 winmdroot.Foundation.VARIANT_BOOL __result; 1286 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1294 private static winmdroot.Foundation.HRESULT get_textDecorationOverline(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1315 private static winmdroot.Foundation.HRESULT put_textDecorationLineThrough(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1333 internal winmdroot.Foundation.VARIANT_BOOL textDecorationLineThrough 1337 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1341 winmdroot.Foundation.VARIANT_BOOL __result; 1342 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1350 private static winmdroot.Foundation.HRESULT get_textDecorationLineThrough(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1371 private static winmdroot.Foundation.HRESULT put_textDecorationBlink(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1389 internal winmdroot.Foundation.VARIANT_BOOL textDecorationBlink 1393 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1397 winmdroot.Foundation.VARIANT_BOOL __result; 1398 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1406 private static winmdroot.Foundation.HRESULT get_textDecorationBlink(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 5099 private static winmdroot.Foundation.HRESULT removeAttribute(IHTMLStyle* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess) 5116 public winmdroot.Foundation.VARIANT_BOOL removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags) 5118 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 5119 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[184])((IHTMLStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 5259 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationNone_44; 5261 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationNone_45; 5263 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationUnderline_46; 5265 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationUnderline_47; 5267 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationOverline_48; 5269 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationOverline_49; 5271 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationLineThrough_50; 5273 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationLineThrough_51; 5275 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationBlink_52; 5277 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationBlink_53; 5541 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeAttribute_185; 5854 winmdroot.Foundation.VARIANT_BOOL textDecorationNone 5860 winmdroot.Foundation.VARIANT_BOOL textDecorationUnderline 5866 winmdroot.Foundation.VARIANT_BOOL textDecorationOverline 5872 winmdroot.Foundation.VARIANT_BOOL textDecorationLineThrough 5878 winmdroot.Foundation.VARIANT_BOOL textDecorationBlink 6280 unsafe winmdroot.Foundation.HRESULT removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess);
_generated\172\Windows.Win32.IHTMLStyleSheet.g.cs (15)
257 private static winmdroot.Foundation.HRESULT put_disabled(IHTMLStyleSheet* pThis, winmdroot.Foundation.VARIANT_BOOL v) 275 internal winmdroot.Foundation.VARIANT_BOOL disabled 279 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 283 winmdroot.Foundation.VARIANT_BOOL __result; 284 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 292 private static winmdroot.Foundation.HRESULT get_disabled(IHTMLStyleSheet* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 313 private static winmdroot.Foundation.HRESULT get_readOnly(IHTMLStyleSheet* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 331 internal winmdroot.Foundation.VARIANT_BOOL readOnly 335 winmdroot.Foundation.VARIANT_BOOL __result; 336 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 782 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_disabled_12; 784 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_disabled_13; 786 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_readOnly_14; 875 winmdroot.Foundation.VARIANT_BOOL disabled 881 winmdroot.Foundation.VARIANT_BOOL readOnly
_generated\173\Windows.Win32.IHTMLStyleSheetRule.g.cs (6)
226 private static winmdroot.Foundation.HRESULT get_readOnly(IHTMLStyleSheetRule* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 244 internal winmdroot.Foundation.VARIANT_BOOL readOnly 248 winmdroot.Foundation.VARIANT_BOOL __result; 249 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 297 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_readOnly_11; 336 winmdroot.Foundation.VARIANT_BOOL readOnly
_generated\176\Windows.Win32.IHTMLWindow2.g.cs (21)
440 /// <inheritdoc cref="confirm(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 442 internal unsafe winmdroot.Foundation.HRESULT confirm(winmdroot.Foundation.BSTR message, out winmdroot.Foundation.VARIANT_BOOL confirmed) 444 fixed (winmdroot.Foundation.VARIANT_BOOL* confirmedLocal = &confirmed) 454 private static winmdroot.Foundation.HRESULT confirm(IHTMLWindow2* pThis, winmdroot.Foundation.BSTR message, winmdroot.Foundation.VARIANT_BOOL* confirmed) 471 public unsafe winmdroot.Foundation.HRESULT confirm(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); 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); 1687 /// <inheritdoc cref="get_closed(winmdroot.Foundation.VARIANT_BOOL*)"/> 1689 internal unsafe winmdroot.Foundation.HRESULT get_closed(out winmdroot.Foundation.VARIANT_BOOL p) 1691 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p) 1701 private static winmdroot.Foundation.HRESULT get_closed(IHTMLWindow2* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1718 public unsafe winmdroot.Foundation.HRESULT get_closed(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); 2215 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> confirm_18; 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; 2301 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_closed_61; 2458 unsafe winmdroot.Foundation.HRESULT confirm(winmdroot.Foundation.BSTR message, winmdroot.Foundation.VARIANT_BOOL* confirmed); 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); 2607 unsafe winmdroot.Foundation.HRESULT get_closed(winmdroot.Foundation.VARIANT_BOOL* p);
_generated\177\Windows.Win32.IHTMLWindow3.g.cs (8)
208 /// <inheritdoc cref="attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 210 internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult) 212 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult) 222 private static winmdroot.Foundation.HRESULT attachEvent(IHTMLWindow3* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 239 public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 241 return ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLWindow3*)Unsafe.AsPointer(ref this), @event, pDisp, pfResult); 601 internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_10; 665 unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult);
_generated\216\Windows.Win32.IOmNavigator.g.cs (26)
263 private static winmdroot.Foundation.HRESULT javaEnabled(IOmNavigator* pThis, winmdroot.Foundation.VARIANT_BOOL* enabled) 280 public winmdroot.Foundation.VARIANT_BOOL javaEnabled() 282 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 283 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IOmNavigator*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 290 private static winmdroot.Foundation.HRESULT taintEnabled(IOmNavigator* pThis, winmdroot.Foundation.VARIANT_BOOL* enabled) 307 public winmdroot.Foundation.VARIANT_BOOL taintEnabled() 309 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 310 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IOmNavigator*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 379 private static winmdroot.Foundation.HRESULT get_cookieEnabled(IOmNavigator* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 397 internal winmdroot.Foundation.VARIANT_BOOL cookieEnabled 401 winmdroot.Foundation.VARIANT_BOOL __result; 402 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 685 private static winmdroot.Foundation.HRESULT get_onLine(IOmNavigator* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 703 internal winmdroot.Foundation.VARIANT_BOOL onLine 707 winmdroot.Foundation.VARIANT_BOOL __result; 708 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 789 internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> javaEnabled_12; 791 internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> taintEnabled_13; 797 internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_cookieEnabled_16; 817 internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_onLine_26; 884 unsafe winmdroot.Foundation.HRESULT javaEnabled(winmdroot.Foundation.VARIANT_BOOL* enabled); 887 unsafe winmdroot.Foundation.HRESULT taintEnabled(winmdroot.Foundation.VARIANT_BOOL* enabled); 899 winmdroot.Foundation.VARIANT_BOOL cookieEnabled 947 winmdroot.Foundation.VARIANT_BOOL onLine
_generated\279\Windows.Win32.IWebBrowser.g.cs (14)
476 private static winmdroot.Foundation.HRESULT get_TopLevelContainer(IWebBrowser* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 494 internal winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 498 winmdroot.Foundation.VARIANT_BOOL __result; 499 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 831 /// <inheritdoc cref="get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 833 internal unsafe winmdroot.Foundation.HRESULT get_Busy(out winmdroot.Foundation.VARIANT_BOOL pBool) 835 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool) 845 private static winmdroot.Foundation.HRESULT get_Busy(IWebBrowser* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 862 public unsafe winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool) 864 return ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IWebBrowser*)Unsafe.AsPointer(ref this), pBool); 928 internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_TopLevelContainer_20; 952 internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Busy_32; 1043 winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 1084 unsafe winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool);
_generated\280\Windows.Win32.IWebBrowser2.g.cs (125)
489 private static winmdroot.Foundation.HRESULT get_TopLevelContainer(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 507 internal winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 511 winmdroot.Foundation.VARIANT_BOOL __result; 512 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 844 /// <inheritdoc cref="get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 846 internal unsafe winmdroot.Foundation.HRESULT get_Busy(out winmdroot.Foundation.VARIANT_BOOL pBool) 848 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool) 858 private static winmdroot.Foundation.HRESULT get_Busy(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 875 public unsafe winmdroot.Foundation.HRESULT get_Busy(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); 1124 private static winmdroot.Foundation.HRESULT get_Visible(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 1142 internal winmdroot.Foundation.VARIANT_BOOL Visible 1146 winmdroot.Foundation.VARIANT_BOOL __result; 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) 1198 internal winmdroot.Foundation.VARIANT_BOOL StatusBar 1202 winmdroot.Foundation.VARIANT_BOOL __result; 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) 1353 private static winmdroot.Foundation.HRESULT get_MenuBar(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* Value) 1371 internal winmdroot.Foundation.VARIANT_BOOL MenuBar 1375 winmdroot.Foundation.VARIANT_BOOL __result; 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) 1427 internal winmdroot.Foundation.VARIANT_BOOL FullScreen 1431 winmdroot.Foundation.VARIANT_BOOL __result; 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) 1647 /// <inheritdoc cref="get_Offline(winmdroot.Foundation.VARIANT_BOOL*)"/> 1649 internal unsafe winmdroot.Foundation.HRESULT get_Offline(out winmdroot.Foundation.VARIANT_BOOL pbOffline) 1651 fixed (winmdroot.Foundation.VARIANT_BOOL* pbOfflineLocal = &pbOffline) 1661 private static winmdroot.Foundation.HRESULT get_Offline(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pbOffline) 1678 public unsafe winmdroot.Foundation.HRESULT get_Offline(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) 1704 internal winmdroot.Foundation.VARIANT_BOOL Offline 1708 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1712 /// <inheritdoc cref="get_Silent(winmdroot.Foundation.VARIANT_BOOL*)"/> 1714 internal unsafe winmdroot.Foundation.HRESULT get_Silent(out winmdroot.Foundation.VARIANT_BOOL pbSilent) 1716 fixed (winmdroot.Foundation.VARIANT_BOOL* pbSilentLocal = &pbSilent) 1726 private static winmdroot.Foundation.HRESULT get_Silent(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pbSilent) 1743 public unsafe winmdroot.Foundation.HRESULT get_Silent(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) 1768 public winmdroot.Foundation.HRESULT put_Silent(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) 1794 internal winmdroot.Foundation.VARIANT_BOOL RegisterAsBrowser 1798 winmdroot.Foundation.VARIANT_BOOL __result; 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) 1829 /// <inheritdoc cref="get_RegisterAsDropTarget(winmdroot.Foundation.VARIANT_BOOL*)"/> 1831 internal unsafe winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(out winmdroot.Foundation.VARIANT_BOOL pbRegister) 1833 fixed (winmdroot.Foundation.VARIANT_BOOL* pbRegisterLocal = &pbRegister) 1843 private static winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pbRegister) 1860 public unsafe winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(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) 1885 public winmdroot.Foundation.HRESULT put_RegisterAsDropTarget(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) 1916 internal winmdroot.Foundation.VARIANT_BOOL TheaterMode 1920 winmdroot.Foundation.VARIANT_BOOL __result; 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) 1972 internal winmdroot.Foundation.VARIANT_BOOL AddressBar 1976 winmdroot.Foundation.VARIANT_BOOL __result; 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) 2028 internal winmdroot.Foundation.VARIANT_BOOL Resizable 2032 winmdroot.Foundation.VARIANT_BOOL __result; 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) 2124 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_TopLevelContainer_20; 2148 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Busy_32; 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; 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; 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; 2357 new winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 2398 unsafe new winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool); 2432 new winmdroot.Foundation.VARIANT_BOOL Visible 2438 new winmdroot.Foundation.VARIANT_BOOL StatusBar 2456 new winmdroot.Foundation.VARIANT_BOOL MenuBar 2462 new winmdroot.Foundation.VARIANT_BOOL FullScreen 2484 unsafe winmdroot.Foundation.HRESULT get_Offline(winmdroot.Foundation.VARIANT_BOOL* pbOffline); 2486 winmdroot.Foundation.VARIANT_BOOL Offline 2492 unsafe winmdroot.Foundation.HRESULT get_Silent(winmdroot.Foundation.VARIANT_BOOL* pbSilent); 2495winmdroot.Foundation.HRESULT put_Silent(winmdroot.Foundation.VARIANT_BOOL bSilent); 2497 winmdroot.Foundation.VARIANT_BOOL RegisterAsBrowser 2504 unsafe winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(winmdroot.Foundation.VARIANT_BOOL* pbRegister); 2507winmdroot.Foundation.HRESULT put_RegisterAsDropTarget(winmdroot.Foundation.VARIANT_BOOL bRegister); 2509 winmdroot.Foundation.VARIANT_BOOL TheaterMode 2515 winmdroot.Foundation.VARIANT_BOOL AddressBar 2521 winmdroot.Foundation.VARIANT_BOOL Resizable
_generated\281\Windows.Win32.IWebBrowserApp.g.cs (50)
476 private static winmdroot.Foundation.HRESULT get_TopLevelContainer(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 494 internal winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 498 winmdroot.Foundation.VARIANT_BOOL __result; 499 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 831 /// <inheritdoc cref="get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 833 internal unsafe winmdroot.Foundation.HRESULT get_Busy(out winmdroot.Foundation.VARIANT_BOOL pBool) 835 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool) 845 private static winmdroot.Foundation.HRESULT get_Busy(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 862 public unsafe winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool) 864 return ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IWebBrowserApp*)Unsafe.AsPointer(ref this), pBool); 1111 private static winmdroot.Foundation.HRESULT get_Visible(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 1129 internal winmdroot.Foundation.VARIANT_BOOL Visible 1133 winmdroot.Foundation.VARIANT_BOOL __result; 1134 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1139 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1146 private static winmdroot.Foundation.HRESULT put_Visible(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 1167 private static winmdroot.Foundation.HRESULT get_StatusBar(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 1185 internal winmdroot.Foundation.VARIANT_BOOL StatusBar 1189 winmdroot.Foundation.VARIANT_BOOL __result; 1190 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1195 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1202 private static winmdroot.Foundation.HRESULT put_StatusBar(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 1340 private static winmdroot.Foundation.HRESULT get_MenuBar(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* Value) 1358 internal winmdroot.Foundation.VARIANT_BOOL MenuBar 1362 winmdroot.Foundation.VARIANT_BOOL __result; 1363 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1368 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1375 private static winmdroot.Foundation.HRESULT put_MenuBar(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 1396 private static winmdroot.Foundation.HRESULT get_FullScreen(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* pbFullScreen) 1414 internal winmdroot.Foundation.VARIANT_BOOL FullScreen 1418 winmdroot.Foundation.VARIANT_BOOL __result; 1419 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1424 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1431 private static winmdroot.Foundation.HRESULT put_FullScreen(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL bFullScreen) 1510 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_TopLevelContainer_20; 1534 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Busy_32; 1552 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Visible_41; 1554 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_Visible_42; 1556 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_StatusBar_43; 1558 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_StatusBar_44; 1568 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_MenuBar_49; 1570 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_MenuBar_50; 1572 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_FullScreen_51; 1574 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_FullScreen_52; 1685 new winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 1726 unsafe new winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool); 1760 winmdroot.Foundation.VARIANT_BOOL Visible 1766 winmdroot.Foundation.VARIANT_BOOL StatusBar 1784 winmdroot.Foundation.VARIANT_BOOL MenuBar 1790 winmdroot.Foundation.VARIANT_BOOL FullScreen
_generated\413\Windows.Win32.PInvoke.g.cs (4)
10211 internal static readonly winmdroot.Foundation.VARIANT_BOOL VARIANT_TRUE = (winmdroot.Foundation.VARIANT_BOOL)(-1); 10213 internal static readonly winmdroot.Foundation.VARIANT_BOOL VARIANT_FALSE = (winmdroot.Foundation.VARIANT_BOOL)(0);
_generated\609\Windows.Win32.UI_Shell_IWebBrowser2_Extensions.g.cs (12)
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) 65 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool) 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) 164 fixed (winmdroot.Foundation.VARIANT_BOOL* pbOfflineLocal = &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) 174 fixed (winmdroot.Foundation.VARIANT_BOOL* pbSilentLocal = &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) 184 fixed (winmdroot.Foundation.VARIANT_BOOL* pbRegisterLocal = &pbRegister)
_generated\610\Windows.Win32.UI_Shell_IWebBrowserApp_Extensions.g.cs (3)
62 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowserApp.Interface.get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 63 internal static unsafe winmdroot.Foundation.HRESULT get_Busy(this winmdroot.UI.Shell.IWebBrowserApp.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pBool) 65 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool)
_generated\611\Windows.Win32.UI_Shell_IWebBrowser_Extensions.g.cs (3)
62 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser.Interface.get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 63 internal static unsafe winmdroot.Foundation.HRESULT get_Busy(this winmdroot.UI.Shell.IWebBrowser.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pBool) 65 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool)
_generated\624\Windows.Win32.Web_MsHtml_IHTMLDataTransfer_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface.setData(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT setData(this winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface @this, winmdroot.Foundation.BSTR format, in winmdroot.System.Variant.VARIANT data, out winmdroot.Foundation.VARIANT_BOOL pret) 26 fixed (winmdroot.Foundation.VARIANT_BOOL* pretLocal = &pret) 46 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface.clearData(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 47 internal static unsafe winmdroot.Foundation.HRESULT clearData(this winmdroot.Web.MsHtml.IHTMLDataTransfer.Interface @this, winmdroot.Foundation.BSTR format, out winmdroot.Foundation.VARIANT_BOOL pret) 49 fixed (winmdroot.Foundation.VARIANT_BOOL* pretLocal = &pret)
_generated\625\Windows.Win32.Web_MsHtml_IHTMLDocument2_Extensions.g.cs (20)
133 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandSupported(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 134 internal static unsafe winmdroot.Foundation.HRESULT queryCommandSupported(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet) 136 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 143 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandEnabled(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 144 internal static unsafe winmdroot.Foundation.HRESULT queryCommandEnabled(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet) 146 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 153 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandState(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 154 internal static unsafe winmdroot.Foundation.HRESULT queryCommandState(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet) 156 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 163 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandIndeterm(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 164 internal static unsafe winmdroot.Foundation.HRESULT queryCommandIndeterm(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet) 166 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 193 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.execCommand(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 194 internal static unsafe winmdroot.Foundation.HRESULT execCommand(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, out winmdroot.Foundation.VARIANT_BOOL pfRet) 196 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 203 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.execCommandShowHelp(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 204 internal static unsafe winmdroot.Foundation.HRESULT execCommandShowHelp(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet) 206 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet)
_generated\626\Windows.Win32.Web_MsHtml_IHTMLDocument3_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument3.Interface.attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLDocument3.Interface @this, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult) 26 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult)
_generated\627\Windows.Win32.Web_MsHtml_IHTMLDocument4_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument4.Interface.hasFocus(winmdroot.Foundation.VARIANT_BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT hasFocus(this winmdroot.Web.MsHtml.IHTMLDocument4.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pfFocus) 26 fixed (winmdroot.Foundation.VARIANT_BOOL* pfFocusLocal = &pfFocus) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument4.Interface.fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT fireEvent(this winmdroot.Web.MsHtml.IHTMLDocument4.Interface @this, winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled) 46 fixed (winmdroot.Foundation.VARIANT_BOOL* pfCancelledLocal = &pfCancelled)
_generated\628\Windows.Win32.Web_MsHtml_IHTMLDOMNode_Extensions.g.cs (3)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDOMNode.Interface.hasChildNodes(winmdroot.Foundation.VARIANT_BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT hasChildNodes(this winmdroot.Web.MsHtml.IHTMLDOMNode.Interface @this, out winmdroot.Foundation.VARIANT_BOOL fChildren) 26 fixed (winmdroot.Foundation.VARIANT_BOOL* fChildrenLocal = &fChildren)
_generated\629\Windows.Win32.Web_MsHtml_IHTMLElement2_Extensions.g.cs (12)
43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.removeExpression(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT removeExpression(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.BSTR propname, out winmdroot.Foundation.VARIANT_BOOL pfSuccess) 46 fixed (winmdroot.Foundation.VARIANT_BOOL* pfSuccessLocal = &pfSuccess) 103 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 104 internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult) 106 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult) 173 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.get_canHaveChildren(winmdroot.Foundation.VARIANT_BOOL*)"/> 174 internal static unsafe winmdroot.Foundation.HRESULT get_canHaveChildren(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, out winmdroot.Foundation.VARIANT_BOOL p) 176 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p) 196 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.removeBehavior(int, winmdroot.Foundation.VARIANT_BOOL*)"/> 197 internal static unsafe winmdroot.Foundation.HRESULT removeBehavior(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, int cookie, out winmdroot.Foundation.VARIANT_BOOL pfResult) 199 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult)
_generated\630\Windows.Win32.Web_MsHtml_IHTMLElement3_Extensions.g.cs (9)
33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement3.Interface.get_disabled(winmdroot.Foundation.VARIANT_BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_disabled(this winmdroot.Web.MsHtml.IHTMLElement3.Interface @this, out winmdroot.Foundation.VARIANT_BOOL p) 36 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement3.Interface.fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT fireEvent(this winmdroot.Web.MsHtml.IHTMLElement3.Interface @this, winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled) 46 fixed (winmdroot.Foundation.VARIANT_BOOL* pfCancelledLocal = &pfCancelled) 56 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement3.Interface.dragDrop(winmdroot.Foundation.VARIANT_BOOL*)"/> 57 internal static unsafe winmdroot.Foundation.HRESULT dragDrop(this winmdroot.Web.MsHtml.IHTMLElement3.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pfRet) 59 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet)
_generated\632\Windows.Win32.Web_MsHtml_IHTMLElement_Extensions.g.cs (6)
33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement.Interface.removeAttribute(winmdroot.Foundation.BSTR, int, winmdroot.Foundation.VARIANT_BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT removeAttribute(this winmdroot.Web.MsHtml.IHTMLElement.Interface @this, winmdroot.Foundation.BSTR strAttributeName, int lFlags, out winmdroot.Foundation.VARIANT_BOOL pfSuccess) 36 fixed (winmdroot.Foundation.VARIANT_BOOL* pfSuccessLocal = &pfSuccess) 63 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement.Interface.contains(winmdroot.Web.MsHtml.IHTMLElement*, winmdroot.Foundation.VARIANT_BOOL*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT contains(this winmdroot.Web.MsHtml.IHTMLElement.Interface @this, winmdroot.Web.MsHtml.IHTMLElement* pChild, out winmdroot.Foundation.VARIANT_BOOL pfResult) 66 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult)
_generated\636\Windows.Win32.Web_MsHtml_IHTMLOpsProfile_Extensions.g.cs (15)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.addRequest(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT addRequest(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, out winmdroot.Foundation.VARIANT_BOOL success) 26 fixed (winmdroot.Foundation.VARIANT_BOOL* successLocal = &success) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.setAttribute(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT setAttribute(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR value, winmdroot.System.Variant.VARIANT prefs, out winmdroot.Foundation.VARIANT_BOOL success) 46 fixed (winmdroot.Foundation.VARIANT_BOOL* successLocal = &success) 53 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.commitChanges(winmdroot.Foundation.VARIANT_BOOL*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT commitChanges(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, out winmdroot.Foundation.VARIANT_BOOL success) 56 fixed (winmdroot.Foundation.VARIANT_BOOL* successLocal = &success) 63 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.addReadRequest(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT addReadRequest(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, out winmdroot.Foundation.VARIANT_BOOL success) 66 fixed (winmdroot.Foundation.VARIANT_BOOL* successLocal = &success) 73 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.doWriteRequest(winmdroot.Foundation.VARIANT_BOOL*)"/> 74 internal static unsafe winmdroot.Foundation.HRESULT doWriteRequest(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, out winmdroot.Foundation.VARIANT_BOOL success) 76 fixed (winmdroot.Foundation.VARIANT_BOOL* successLocal = &success)
_generated\638\Windows.Win32.Web_MsHtml_IHTMLRuleStyle_Extensions.g.cs (3)
33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLRuleStyle.Interface.removeAttribute(winmdroot.Foundation.BSTR, int, winmdroot.Foundation.VARIANT_BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT removeAttribute(this winmdroot.Web.MsHtml.IHTMLRuleStyle.Interface @this, winmdroot.Foundation.BSTR strAttributeName, int lFlags, out winmdroot.Foundation.VARIANT_BOOL pfSuccess) 36 fixed (winmdroot.Foundation.VARIANT_BOOL* pfSuccessLocal = &pfSuccess)
_generated\641\Windows.Win32.Web_MsHtml_IHTMLStyle_Extensions.g.cs (3)
43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLStyle.Interface.removeAttribute(winmdroot.Foundation.BSTR, int, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT removeAttribute(this winmdroot.Web.MsHtml.IHTMLStyle.Interface @this, winmdroot.Foundation.BSTR strAttributeName, int lFlags, out winmdroot.Foundation.VARIANT_BOOL pfSuccess) 46 fixed (winmdroot.Foundation.VARIANT_BOOL* pfSuccessLocal = &pfSuccess)
_generated\642\Windows.Win32.Web_MsHtml_IHTMLWindow2_Extensions.g.cs (6)
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) 72 fixed (winmdroot.Foundation.VARIANT_BOOL* confirmedLocal = &confirmed) 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) 128 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p)
_generated\643\Windows.Win32.Web_MsHtml_IHTMLWindow3_Extensions.g.cs (3)
43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow3.Interface.attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT attachEvent(this winmdroot.Web.MsHtml.IHTMLWindow3.Interface @this, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult) 46 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult)
_generated\646\Windows.Win32.Web_MsHtml_IOmNavigator_Extensions.g.cs (6)
23 /// <inheritdoc cref="winmdroot.Web.MsHtml.IOmNavigator.Interface.javaEnabled(winmdroot.Foundation.VARIANT_BOOL*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT javaEnabled(this winmdroot.Web.MsHtml.IOmNavigator.Interface @this, out winmdroot.Foundation.VARIANT_BOOL enabled) 26 fixed (winmdroot.Foundation.VARIANT_BOOL* enabledLocal = &enabled) 33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IOmNavigator.Interface.taintEnabled(winmdroot.Foundation.VARIANT_BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT taintEnabled(this winmdroot.Web.MsHtml.IOmNavigator.Interface @this, out winmdroot.Foundation.VARIANT_BOOL enabled) 36 fixed (winmdroot.Foundation.VARIANT_BOOL* enabledLocal = &enabled)
Microsoft\VisualStudio\Shell\IProvidePropertyBuilder.cs (11)
59VARIANT_BOOL* builderAvailable) 62return ((delegate* unmanaged[Stdcall]<IProvidePropertyBuilder*, int, CTLBLDTYPE*, BSTR*, VARIANT_BOOL*, HRESULT>)_lpVtbl[3])( 76VARIANT_BOOL* pbActionCommitted) 79return ((delegate* unmanaged[Stdcall]<IProvidePropertyBuilder*, int, BSTR*, IDispatch*, HWND, VARIANT*, VARIANT_BOOL*, HRESULT>)_lpVtbl[4])( 92/// browser and are invoked through <see cref="ExecuteBuilder(int, BSTR*, IDispatch*, HWND, VARIANT*, VARIANT_BOOL*)"/> 94/// should be invoked for the current property from <see cref="MapPropertyToBuilder(int, CTLBLDTYPE*, BSTR*, VARIANT_BOOL*)"/> 109/// This parameter is <see cref="VARIANT_BOOL.VARIANT_TRUE"/> if this property currently supports a builder. 116VARIANT_BOOL* builderAvailable); 124/// <see cref="MapPropertyToBuilder(int, CTLBLDTYPE*, BSTR*, VARIANT_BOOL*)"/>. 130/// if <paramref name="pbActionCommitted "/> is <see cref="VARIANT_BOOL.VARIANT_TRUE"/>. 143VARIANT_BOOL* pbActionCommitted);