1 instantiation of VARIANT_BOOL
System.Private.Windows.Core (1)
Windows.Win32.VARIANT_BOOL.g.cs (1)
33 public static explicit operator VARIANT_BOOL(short value) => new VARIANT_BOOL(value);
1009 references to VARIANT_BOOL
System.Private.Windows.Core (35)
Windows.Win32.CABOOL.g.cs (1)
27 internal unsafe winmdroot.Foundation.VARIANT_BOOL* pElems;
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;
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;
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)
24variant.data.boolVal = value ? VARIANT_BOOL.VARIANT_TRUE : VARIANT_BOOL.VARIANT_FALSE; 174return (*(VARIANT_BOOL*)data) != VARIANT_BOOL.VARIANT_FALSE; 328Span<VARIANT_BOOL> data = new(psa->pvData, array.Length); 332result[i] = data[i] != VARIANT_BOOL.VARIANT_FALSE; 560VARIANT_BOOL data = psa->GetValue<VARIANT_BOOL>(indices); 561SetValue(array, data != VARIANT_BOOL.VARIANT_FALSE, indices, lowerBounds); 760Span<VARIANT_BOOL> data = new(ca.pElems, (int)ca.cElems); 764result[i] = data[i] != VARIANT_BOOL.VARIANT_FALSE; 872=> 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)
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);
Windows.Win32.IHTMLDataTransfer.g.cs (16)
112 internal unsafe winmdroot.Foundation.VARIANT_BOOL setData(winmdroot.Foundation.BSTR format, in winmdroot.System.Variant.VARIANT data) 116 winmdroot.Foundation.VARIANT_BOOL __result = this.setData(format, dataLocal); 124 private static winmdroot.Foundation.HRESULT setData(IHTMLDataTransfer* pThis, winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* data, winmdroot.Foundation.VARIANT_BOOL* pret) 141 public unsafe winmdroot.Foundation.VARIANT_BOOL setData(winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* data) 143 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 144 ((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(); 178 private static winmdroot.Foundation.HRESULT clearData(IHTMLDataTransfer* pThis, winmdroot.Foundation.BSTR format, winmdroot.Foundation.VARIANT_BOOL* pret) 195 public winmdroot.Foundation.VARIANT_BOOL clearData(winmdroot.Foundation.BSTR format) 197 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 198 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, &__retVal).ThrowOnFailure(); 349 internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> setData_8; 353 internal delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> clearData_10; 393 unsafe winmdroot.Foundation.HRESULT setData(winmdroot.Foundation.BSTR format, winmdroot.System.Variant.VARIANT* data, winmdroot.Foundation.VARIANT_BOOL* pret); 399 unsafe winmdroot.Foundation.HRESULT clearData(winmdroot.Foundation.BSTR format, winmdroot.Foundation.VARIANT_BOOL* pret);
Windows.Win32.IHTMLDocument2.g.cs (59)
1186 private static winmdroot.Foundation.HRESULT put_expando(IHTMLDocument2* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1204 internal winmdroot.Foundation.VARIANT_BOOL expando 1208 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1212 winmdroot.Foundation.VARIANT_BOOL __result; 1213 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1221 private static winmdroot.Foundation.HRESULT get_expando(IHTMLDocument2* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1709 private static winmdroot.Foundation.HRESULT queryCommandSupported(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1726 public winmdroot.Foundation.VARIANT_BOOL queryCommandSupported(winmdroot.Foundation.BSTR cmdID) 1728 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1729 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1736 private static winmdroot.Foundation.HRESULT queryCommandEnabled(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1753 public winmdroot.Foundation.VARIANT_BOOL queryCommandEnabled(winmdroot.Foundation.BSTR cmdID) 1755 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1756 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1763 private static winmdroot.Foundation.HRESULT queryCommandState(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1780 public winmdroot.Foundation.VARIANT_BOOL queryCommandState(winmdroot.Foundation.BSTR cmdID) 1782 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1783 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1790 private static winmdroot.Foundation.HRESULT queryCommandIndeterm(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1807 public winmdroot.Foundation.VARIANT_BOOL queryCommandIndeterm(winmdroot.Foundation.BSTR cmdID) 1809 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1810 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1868 /// <inheritdoc cref="execCommand(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 1869 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) 1871 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 1881 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) 1898 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) 1900 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); 1906 private static winmdroot.Foundation.HRESULT execCommandShowHelp(IHTMLDocument2* pThis, winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1923 public winmdroot.Foundation.VARIANT_BOOL execCommandShowHelp(winmdroot.Foundation.BSTR cmdID) 1925 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1926 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 3265 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_expando_46; 3267 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_expando_47; 3303 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandSupported_65; 3305 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandEnabled_66; 3307 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandState_67; 3309 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> queryCommandIndeterm_68; 3315 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; 3317 internal delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> execCommandShowHelp_72; 3672 winmdroot.Foundation.VARIANT_BOOL expando 3744 unsafe winmdroot.Foundation.HRESULT queryCommandSupported(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3747 unsafe winmdroot.Foundation.HRESULT queryCommandEnabled(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3750 unsafe winmdroot.Foundation.HRESULT queryCommandState(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3753 unsafe winmdroot.Foundation.HRESULT queryCommandIndeterm(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3762 unsafe winmdroot.Foundation.HRESULT execCommand(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL showUI, winmdroot.System.Variant.VARIANT value, winmdroot.Foundation.VARIANT_BOOL* pfRet); 3765 unsafe winmdroot.Foundation.HRESULT execCommandShowHelp(winmdroot.Foundation.BSTR cmdID, winmdroot.Foundation.VARIANT_BOOL* pfRet);
Windows.Win32.IHTMLDocument3.g.cs (31)
139 private static winmdroot.Foundation.HRESULT recalc(IHTMLDocument3* pThis, winmdroot.Foundation.VARIANT_BOOL fForce) 156 public void recalc(winmdroot.Foundation.VARIANT_BOOL fForce) 158 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLDocument3*)Unsafe.AsPointer(ref this), fForce).ThrowOnFailure(); 250 /// <inheritdoc cref="attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 251 internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult) 253 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult) 263 private static winmdroot.Foundation.HRESULT attachEvent(IHTMLDocument3* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 280 public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 282 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); 925 private static winmdroot.Foundation.HRESULT put_enableDownload(IHTMLDocument3* pThis, winmdroot.Foundation.VARIANT_BOOL v) 943 internal winmdroot.Foundation.VARIANT_BOOL enableDownload 947 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 951 winmdroot.Foundation.VARIANT_BOOL __result; 952 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 960 private static winmdroot.Foundation.HRESULT get_enableDownload(IHTMLDocument3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1068 private static winmdroot.Foundation.HRESULT put_inheritStyleSheets(IHTMLDocument3* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1086 internal winmdroot.Foundation.VARIANT_BOOL inheritStyleSheets 1090 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1094 winmdroot.Foundation.VARIANT_BOOL __result; 1095 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1103 private static winmdroot.Foundation.HRESULT get_inheritStyleSheets(IHTMLDocument3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1291 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> recalc_9; 1299 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_13; 1347 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_enableDownload_37; 1349 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_enableDownload_38; 1357 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_inheritStyleSheets_42; 1359 internal delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_inheritStyleSheets_43; 1438winmdroot.Foundation.HRESULT recalc(winmdroot.Foundation.VARIANT_BOOL fForce); 1454 unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult); 1527 winmdroot.Foundation.VARIANT_BOOL enableDownload 1544 winmdroot.Foundation.VARIANT_BOOL inheritStyleSheets
Windows.Win32.IHTMLDocument4.g.cs (16)
136 /// <inheritdoc cref="hasFocus(winmdroot.Foundation.VARIANT_BOOL*)"/> 137 internal unsafe winmdroot.Foundation.HRESULT hasFocus(out winmdroot.Foundation.VARIANT_BOOL pfFocus) 139 fixed (winmdroot.Foundation.VARIANT_BOOL* pfFocusLocal = &pfFocus) 149 private static winmdroot.Foundation.HRESULT hasFocus(IHTMLDocument4* pThis, winmdroot.Foundation.VARIANT_BOOL* pfFocus) 166 public unsafe winmdroot.Foundation.HRESULT hasFocus(winmdroot.Foundation.VARIANT_BOOL* pfFocus) 168 return ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLDocument4*)Unsafe.AsPointer(ref this), pfFocus); 378 /// <inheritdoc cref="fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 379 internal unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled) 381 fixed (winmdroot.Foundation.VARIANT_BOOL* pfCancelledLocal = &pfCancelled) 394 private static winmdroot.Foundation.HRESULT fireEvent(IHTMLDocument4* pThis, winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 411 public unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 413 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); 567 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> hasFocus_9; 583 internal delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> fireEvent_17; 633 unsafe winmdroot.Foundation.HRESULT hasFocus(winmdroot.Foundation.VARIANT_BOOL* pfFocus); 659 unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled);
Windows.Win32.IHTMLDOMNode.g.cs (17)
176 private static winmdroot.Foundation.HRESULT hasChildNodes(IHTMLDOMNode* pThis, winmdroot.Foundation.VARIANT_BOOL* fChildren) 193 public winmdroot.Foundation.VARIANT_BOOL hasChildNodes() 195 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 196 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 344 private static winmdroot.Foundation.HRESULT cloneNode(IHTMLDOMNode* pThis, winmdroot.Foundation.VARIANT_BOOL fDeep, winmdroot.Web.MsHtml.IHTMLDOMNode** clonedNode) 361 public unsafe winmdroot.Web.MsHtml.IHTMLDOMNode* cloneNode(winmdroot.Foundation.VARIANT_BOOL fDeep) 364 ((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(); 371 private static winmdroot.Foundation.HRESULT removeNode(IHTMLDOMNode* pThis, winmdroot.Foundation.VARIANT_BOOL fDeep, winmdroot.Web.MsHtml.IHTMLDOMNode** removed) 388 public unsafe winmdroot.Web.MsHtml.IHTMLDOMNode* removeNode(winmdroot.Foundation.VARIANT_BOOL fDeep) 391 ((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(); 714 internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> hasChildNodes_10; 726 internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT> cloneNode_16; 728 internal delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT> removeNode_17; 803 unsafe winmdroot.Foundation.HRESULT hasChildNodes(winmdroot.Foundation.VARIANT_BOOL* fChildren); 825 unsafe winmdroot.Foundation.HRESULT cloneNode(winmdroot.Foundation.VARIANT_BOOL fDeep, winmdroot.Web.MsHtml.IHTMLDOMNode** clonedNode); 828 unsafe winmdroot.Foundation.HRESULT removeNode(winmdroot.Foundation.VARIANT_BOOL fDeep, winmdroot.Web.MsHtml.IHTMLDOMNode** removed);
Windows.Win32.IHTMLElement.g.cs (20)
174 private static winmdroot.Foundation.HRESULT removeAttribute(IHTMLElement* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess) 191 public winmdroot.Foundation.VARIANT_BOOL removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags) 193 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 194 ((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(); 1216 private static winmdroot.Foundation.HRESULT contains(IHTMLElement* pThis, winmdroot.Web.MsHtml.IHTMLElement* pChild, winmdroot.Foundation.VARIANT_BOOL* pfResult) 1233 public unsafe winmdroot.Foundation.VARIANT_BOOL contains(winmdroot.Web.MsHtml.IHTMLElement* pChild) 1235 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1236 ((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(); 1807 private static winmdroot.Foundation.HRESULT get_isTextEdit(IHTMLElement* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1825 internal winmdroot.Foundation.VARIANT_BOOL isTextEdit 1829 winmdroot.Foundation.VARIANT_BOOL __result; 1830 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2567 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeAttribute_10; 2643 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> contains_48; 2685 internal delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isTextEdit_69; 2853 unsafe winmdroot.Foundation.HRESULT removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess); 2967 unsafe winmdroot.Foundation.HRESULT contains(winmdroot.Web.MsHtml.IHTMLElement* pChild, winmdroot.Foundation.VARIANT_BOOL* pfResult); 3035 winmdroot.Foundation.VARIANT_BOOL isTextEdit
Windows.Win32.IHTMLElement2.g.cs (35)
145 private static winmdroot.Foundation.HRESULT setCapture(IHTMLElement2* pThis, winmdroot.Foundation.VARIANT_BOOL containerCapture) 162 public void setCapture(winmdroot.Foundation.VARIANT_BOOL containerCapture) 164 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLElement2*)Unsafe.AsPointer(ref this), containerCapture).ThrowOnFailure(); 1224 private static winmdroot.Foundation.HRESULT removeExpression(IHTMLElement2* pThis, winmdroot.Foundation.BSTR propname, winmdroot.Foundation.VARIANT_BOOL* pfSuccess) 1241 public winmdroot.Foundation.VARIANT_BOOL removeExpression(winmdroot.Foundation.BSTR propname) 1243 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1244 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLElement2*)Unsafe.AsPointer(ref this), propname, &__retVal).ThrowOnFailure(); 1772 /// <inheritdoc cref="attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 1773 internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult) 1775 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult) 1785 private static winmdroot.Foundation.HRESULT attachEvent(IHTMLElement2* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 1802 public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 1804 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); 2572 /// <inheritdoc cref="get_canHaveChildren(winmdroot.Foundation.VARIANT_BOOL*)"/> 2573 internal unsafe winmdroot.Foundation.HRESULT get_canHaveChildren(out winmdroot.Foundation.VARIANT_BOOL p) 2575 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p) 2585 private static winmdroot.Foundation.HRESULT get_canHaveChildren(IHTMLElement2* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 2602 public unsafe winmdroot.Foundation.HRESULT get_canHaveChildren(winmdroot.Foundation.VARIANT_BOOL* p) 2604 return ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((IHTMLElement2*)Unsafe.AsPointer(ref this), p); 2647 private static winmdroot.Foundation.HRESULT removeBehavior(IHTMLElement2* pThis, int cookie, winmdroot.Foundation.VARIANT_BOOL* pfResult) 2664 public winmdroot.Foundation.VARIANT_BOOL removeBehavior(int cookie) 2666 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 2667 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLElement2*)Unsafe.AsPointer(ref this), cookie, &__retVal).ThrowOnFailure(); 2938 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> setCapture_9; 3016 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeExpression_48; 3054 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_67; 3110 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_canHaveChildren_95; 3114 internal delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeBehavior_97; 3258winmdroot.Foundation.HRESULT setCapture(winmdroot.Foundation.VARIANT_BOOL containerCapture); 3377 unsafe winmdroot.Foundation.HRESULT removeExpression(winmdroot.Foundation.BSTR propname, winmdroot.Foundation.VARIANT_BOOL* pfSuccess); 3434 unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult); 3520 unsafe winmdroot.Foundation.HRESULT get_canHaveChildren(winmdroot.Foundation.VARIANT_BOOL* p); 3526 unsafe winmdroot.Foundation.HRESULT removeBehavior(int cookie, winmdroot.Foundation.VARIANT_BOOL* pfResult);
Windows.Win32.IHTMLElement3.g.cs (70)
148 private static winmdroot.Foundation.HRESULT get_isMultiLine(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 166 internal winmdroot.Foundation.VARIANT_BOOL isMultiLine 170 winmdroot.Foundation.VARIANT_BOOL __result; 171 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 179 private static winmdroot.Foundation.HRESULT get_canHaveHTML(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 197 internal winmdroot.Foundation.VARIANT_BOOL canHaveHTML 201 winmdroot.Foundation.VARIANT_BOOL __result; 202 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 322 private static winmdroot.Foundation.HRESULT put_inflateBlock(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL v) 340 internal winmdroot.Foundation.VARIANT_BOOL inflateBlock 344 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 348 winmdroot.Foundation.VARIANT_BOOL __result; 349 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 357 private static winmdroot.Foundation.HRESULT get_inflateBlock(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 515 private static winmdroot.Foundation.HRESULT get_isContentEditable(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 533 internal winmdroot.Foundation.VARIANT_BOOL isContentEditable 537 winmdroot.Foundation.VARIANT_BOOL __result; 538 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 546 private static winmdroot.Foundation.HRESULT put_hideFocus(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL v) 564 internal winmdroot.Foundation.VARIANT_BOOL hideFocus 568 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 572 winmdroot.Foundation.VARIANT_BOOL __result; 573 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 581 private static winmdroot.Foundation.HRESULT get_hideFocus(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 602 private static winmdroot.Foundation.HRESULT put_disabled(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL v) 619 public winmdroot.Foundation.HRESULT put_disabled(winmdroot.Foundation.VARIANT_BOOL v) 621 return ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLElement3*)Unsafe.AsPointer(ref this), v); 624 /// <inheritdoc cref="get_disabled(winmdroot.Foundation.VARIANT_BOOL*)"/> 625 internal unsafe winmdroot.Foundation.HRESULT get_disabled(out winmdroot.Foundation.VARIANT_BOOL p) 627 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p) 637 private static winmdroot.Foundation.HRESULT get_disabled(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 654 public unsafe winmdroot.Foundation.HRESULT get_disabled(winmdroot.Foundation.VARIANT_BOOL* p) 656 return ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLElement3*)Unsafe.AsPointer(ref this), p); 662 private static winmdroot.Foundation.HRESULT get_isDisabled(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 680 internal winmdroot.Foundation.VARIANT_BOOL isDisabled 684 winmdroot.Foundation.VARIANT_BOOL __result; 685 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 802 /// <inheritdoc cref="fireEvent(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT*, winmdroot.Foundation.VARIANT_BOOL*)"/> 803 internal unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, in winmdroot.System.Variant.VARIANT pvarEventObject, out winmdroot.Foundation.VARIANT_BOOL pfCancelled) 805 fixed (winmdroot.Foundation.VARIANT_BOOL* pfCancelledLocal = &pfCancelled) 818 private static winmdroot.Foundation.HRESULT fireEvent(IHTMLElement3* pThis, winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 835 public unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled) 837 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); 1291 private static winmdroot.Foundation.HRESULT dragDrop(IHTMLElement3* pThis, winmdroot.Foundation.VARIANT_BOOL* pfRet) 1308 public winmdroot.Foundation.VARIANT_BOOL dragDrop() 1310 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 1311 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 1383 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isMultiLine_9; 1385 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_canHaveHTML_10; 1395 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_inflateBlock_15; 1397 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_inflateBlock_16; 1409 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isContentEditable_22; 1411 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_hideFocus_23; 1413 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_hideFocus_24; 1415 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_disabled_25; 1417 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_disabled_26; 1419 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isDisabled_27; 1429 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> fireEvent_32; 1463 internal delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> dragDrop_49; 1535 winmdroot.Foundation.VARIANT_BOOL isMultiLine 1540 winmdroot.Foundation.VARIANT_BOOL canHaveHTML 1557 winmdroot.Foundation.VARIANT_BOOL inflateBlock 1578 winmdroot.Foundation.VARIANT_BOOL isContentEditable 1583 winmdroot.Foundation.VARIANT_BOOL hideFocus 1590winmdroot.Foundation.HRESULT put_disabled(winmdroot.Foundation.VARIANT_BOOL v); 1593 unsafe winmdroot.Foundation.HRESULT get_disabled(winmdroot.Foundation.VARIANT_BOOL* p); 1595 winmdroot.Foundation.VARIANT_BOOL isDisabled 1613 unsafe winmdroot.Foundation.HRESULT fireEvent(winmdroot.Foundation.BSTR bstrEventName, winmdroot.System.Variant.VARIANT* pvarEventObject, winmdroot.Foundation.VARIANT_BOOL* pfCancelled); 1664 unsafe winmdroot.Foundation.HRESULT dragDrop(winmdroot.Foundation.VARIANT_BOOL* pfRet);
Windows.Win32.IHTMLEventObj.g.cs (27)
145 private static winmdroot.Foundation.HRESULT get_altKey(IHTMLEventObj* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 163 internal winmdroot.Foundation.VARIANT_BOOL altKey 167 winmdroot.Foundation.VARIANT_BOOL __result; 168 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 176 private static winmdroot.Foundation.HRESULT get_ctrlKey(IHTMLEventObj* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 194 internal winmdroot.Foundation.VARIANT_BOOL ctrlKey 198 winmdroot.Foundation.VARIANT_BOOL __result; 199 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 207 private static winmdroot.Foundation.HRESULT get_shiftKey(IHTMLEventObj* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 225 internal winmdroot.Foundation.VARIANT_BOOL shiftKey 229 winmdroot.Foundation.VARIANT_BOOL __result; 230 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 294 private static winmdroot.Foundation.HRESULT put_cancelBubble(IHTMLEventObj* pThis, winmdroot.Foundation.VARIANT_BOOL v) 312 internal winmdroot.Foundation.VARIANT_BOOL cancelBubble 316 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLEventObj*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 320 winmdroot.Foundation.VARIANT_BOOL __result; 321 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 329 private static winmdroot.Foundation.HRESULT get_cancelBubble(IHTMLEventObj* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 905 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_altKey_9; 907 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_ctrlKey_10; 909 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_shiftKey_11; 915 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_cancelBubble_14; 917 internal delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_cancelBubble_15; 1005 winmdroot.Foundation.VARIANT_BOOL altKey 1010 winmdroot.Foundation.VARIANT_BOOL ctrlKey 1015 winmdroot.Foundation.VARIANT_BOOL shiftKey 1026 winmdroot.Foundation.VARIANT_BOOL cancelBubble
Windows.Win32.IHTMLFrameBase.g.cs (9)
506 private static winmdroot.Foundation.HRESULT put_noResize(IHTMLFrameBase* pThis, winmdroot.Foundation.VARIANT_BOOL v) 524 internal winmdroot.Foundation.VARIANT_BOOL noResize 528 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 532 winmdroot.Foundation.VARIANT_BOOL __result; 533 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 541 private static winmdroot.Foundation.HRESULT get_noResize(IHTMLFrameBase* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 678 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_noResize_22; 680 internal delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_noResize_23; 768 winmdroot.Foundation.VARIANT_BOOL noResize
Windows.Win32.IHTMLImgElement.g.cs (15)
114 private static winmdroot.Foundation.HRESULT put_isMap(IHTMLImgElement* pThis, winmdroot.Foundation.VARIANT_BOOL v) 132 internal winmdroot.Foundation.VARIANT_BOOL isMap 136 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 140 winmdroot.Foundation.VARIANT_BOOL __result; 141 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 149 private static winmdroot.Foundation.HRESULT get_isMap(IHTMLImgElement* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 953 private static winmdroot.Foundation.HRESULT get_complete(IHTMLImgElement* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 971 internal winmdroot.Foundation.VARIANT_BOOL complete 975 winmdroot.Foundation.VARIANT_BOOL __result; 976 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1520 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_isMap_8; 1522 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_isMap_9; 1578 internal delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_complete_37; 1686 winmdroot.Foundation.VARIANT_BOOL isMap 1791 winmdroot.Foundation.VARIANT_BOOL complete
Windows.Win32.IHTMLLocation.g.cs (5)
560 private static winmdroot.Foundation.HRESULT reload(IHTMLLocation* pThis, winmdroot.Foundation.VARIANT_BOOL flag) 577 public void reload(winmdroot.Foundation.VARIANT_BOOL flag) 579 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLLocation*)Unsafe.AsPointer(ref this), flag).ThrowOnFailure(); 726 internal delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> reload_24; 827winmdroot.Foundation.HRESULT reload(winmdroot.Foundation.VARIANT_BOOL flag);
Windows.Win32.IHTMLOpsProfile.g.cs (35)
114 private static winmdroot.Foundation.HRESULT addRequest(IHTMLOpsProfile* pThis, winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success) 131 public winmdroot.Foundation.VARIANT_BOOL addRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved) 133 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 134 ((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(); 218 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) 235 public winmdroot.Foundation.VARIANT_BOOL setAttribute(winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR value, winmdroot.System.Variant.VARIANT prefs) 237 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 238 ((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(); 245 private static winmdroot.Foundation.HRESULT commitChanges(IHTMLOpsProfile* pThis, winmdroot.Foundation.VARIANT_BOOL* success) 262 public winmdroot.Foundation.VARIANT_BOOL commitChanges() 264 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 265 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 272 private static winmdroot.Foundation.HRESULT addReadRequest(IHTMLOpsProfile* pThis, winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success) 289 public winmdroot.Foundation.VARIANT_BOOL addReadRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved) 291 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 292 ((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(); 324 private static winmdroot.Foundation.HRESULT doWriteRequest(IHTMLOpsProfile* pThis, winmdroot.Foundation.VARIANT_BOOL* success) 341 public winmdroot.Foundation.VARIANT_BOOL doWriteRequest() 343 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 344 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 383 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> addRequest_8; 391 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> setAttribute_12; 393 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> commitChanges_13; 395 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> addReadRequest_14; 399 internal delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> doWriteRequest_16; 433 unsafe winmdroot.Foundation.HRESULT addRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success); 445 unsafe winmdroot.Foundation.HRESULT setAttribute(winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR value, winmdroot.System.Variant.VARIANT prefs, winmdroot.Foundation.VARIANT_BOOL* success); 448 unsafe winmdroot.Foundation.HRESULT commitChanges(winmdroot.Foundation.VARIANT_BOOL* success); 451 unsafe winmdroot.Foundation.HRESULT addReadRequest(winmdroot.Foundation.BSTR name, winmdroot.System.Variant.VARIANT reserved, winmdroot.Foundation.VARIANT_BOOL* success); 457 unsafe winmdroot.Foundation.HRESULT doWriteRequest(winmdroot.Foundation.VARIANT_BOOL* success);
Windows.Win32.IHTMLOptionElement.g.cs (18)
114 private static winmdroot.Foundation.HRESULT put_selected(IHTMLOptionElement* pThis, winmdroot.Foundation.VARIANT_BOOL v) 132 internal winmdroot.Foundation.VARIANT_BOOL selected 136 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 140 winmdroot.Foundation.VARIANT_BOOL __result; 141 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 149 private static winmdroot.Foundation.HRESULT get_selected(IHTMLOptionElement* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 226 private static winmdroot.Foundation.HRESULT put_defaultSelected(IHTMLOptionElement* pThis, winmdroot.Foundation.VARIANT_BOOL v) 244 internal winmdroot.Foundation.VARIANT_BOOL defaultSelected 248 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 252 winmdroot.Foundation.VARIANT_BOOL __result; 253 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 261 private static winmdroot.Foundation.HRESULT get_defaultSelected(IHTMLOptionElement* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 457 internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_selected_8; 459 internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_selected_9; 465 internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_defaultSelected_12; 467 internal delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_defaultSelected_13; 512 winmdroot.Foundation.VARIANT_BOOL selected 524 winmdroot.Foundation.VARIANT_BOOL defaultSelected
Windows.Win32.IHTMLPluginsCollection.g.cs (5)
145 private static winmdroot.Foundation.HRESULT refresh(IHTMLPluginsCollection* pThis, winmdroot.Foundation.VARIANT_BOOL reload) 162 public void refresh(winmdroot.Foundation.VARIANT_BOOL reload) 164 ((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), reload).ThrowOnFailure(); 204 internal delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> refresh_9; 236winmdroot.Foundation.HRESULT refresh(winmdroot.Foundation.VARIANT_BOOL reload);
Windows.Win32.IHTMLRuleStyle.g.cs (52)
1122 private static winmdroot.Foundation.HRESULT put_textDecorationNone(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1140 internal winmdroot.Foundation.VARIANT_BOOL textDecorationNone 1144 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1148 winmdroot.Foundation.VARIANT_BOOL __result; 1149 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1157 private static winmdroot.Foundation.HRESULT get_textDecorationNone(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1178 private static winmdroot.Foundation.HRESULT put_textDecorationUnderline(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1196 internal winmdroot.Foundation.VARIANT_BOOL textDecorationUnderline 1200 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1204 winmdroot.Foundation.VARIANT_BOOL __result; 1205 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1213 private static winmdroot.Foundation.HRESULT get_textDecorationUnderline(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1234 private static winmdroot.Foundation.HRESULT put_textDecorationOverline(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1252 internal winmdroot.Foundation.VARIANT_BOOL textDecorationOverline 1256 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1260 winmdroot.Foundation.VARIANT_BOOL __result; 1261 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1269 private static winmdroot.Foundation.HRESULT get_textDecorationOverline(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1290 private static winmdroot.Foundation.HRESULT put_textDecorationLineThrough(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1308 internal winmdroot.Foundation.VARIANT_BOOL textDecorationLineThrough 1312 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1316 winmdroot.Foundation.VARIANT_BOOL __result; 1317 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1325 private static winmdroot.Foundation.HRESULT get_textDecorationLineThrough(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1346 private static winmdroot.Foundation.HRESULT put_textDecorationBlink(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1364 internal winmdroot.Foundation.VARIANT_BOOL textDecorationBlink 1368 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1372 winmdroot.Foundation.VARIANT_BOOL __result; 1373 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1381 private static winmdroot.Foundation.HRESULT get_textDecorationBlink(IHTMLRuleStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 4621 private static winmdroot.Foundation.HRESULT removeAttribute(IHTMLRuleStyle* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess) 4638 public winmdroot.Foundation.VARIANT_BOOL removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags) 4640 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 4641 ((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(); 4752 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationNone_44; 4754 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationNone_45; 4756 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationUnderline_46; 4758 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationUnderline_47; 4760 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationOverline_48; 4762 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationOverline_49; 4764 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationLineThrough_50; 4766 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationLineThrough_51; 4768 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationBlink_52; 4770 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationBlink_53; 5002 internal delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeAttribute_169; 5296 winmdroot.Foundation.VARIANT_BOOL textDecorationNone 5302 winmdroot.Foundation.VARIANT_BOOL textDecorationUnderline 5308 winmdroot.Foundation.VARIANT_BOOL textDecorationOverline 5314 winmdroot.Foundation.VARIANT_BOOL textDecorationLineThrough 5320 winmdroot.Foundation.VARIANT_BOOL textDecorationBlink 5674 unsafe winmdroot.Foundation.HRESULT removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess);
Windows.Win32.IHTMLScreen.g.cs (6)
381 private static winmdroot.Foundation.HRESULT get_fontSmoothingEnabled(IHTMLScreen* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 399 internal winmdroot.Foundation.VARIANT_BOOL fontSmoothingEnabled 403 winmdroot.Foundation.VARIANT_BOOL __result; 404 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLScreen*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 462 internal delegate *unmanaged [Stdcall]<IHTMLScreen*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_fontSmoothingEnabled_17; 533 winmdroot.Foundation.VARIANT_BOOL fontSmoothingEnabled
Windows.Win32.IHTMLStyle.g.cs (52)
1122 private static winmdroot.Foundation.HRESULT put_textDecorationNone(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1140 internal winmdroot.Foundation.VARIANT_BOOL textDecorationNone 1144 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1148 winmdroot.Foundation.VARIANT_BOOL __result; 1149 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1157 private static winmdroot.Foundation.HRESULT get_textDecorationNone(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1178 private static winmdroot.Foundation.HRESULT put_textDecorationUnderline(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1196 internal winmdroot.Foundation.VARIANT_BOOL textDecorationUnderline 1200 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1204 winmdroot.Foundation.VARIANT_BOOL __result; 1205 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1213 private static winmdroot.Foundation.HRESULT get_textDecorationUnderline(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1234 private static winmdroot.Foundation.HRESULT put_textDecorationOverline(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1252 internal winmdroot.Foundation.VARIANT_BOOL textDecorationOverline 1256 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1260 winmdroot.Foundation.VARIANT_BOOL __result; 1261 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1269 private static winmdroot.Foundation.HRESULT get_textDecorationOverline(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1290 private static winmdroot.Foundation.HRESULT put_textDecorationLineThrough(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1308 internal winmdroot.Foundation.VARIANT_BOOL textDecorationLineThrough 1312 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1316 winmdroot.Foundation.VARIANT_BOOL __result; 1317 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1325 private static winmdroot.Foundation.HRESULT get_textDecorationLineThrough(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1346 private static winmdroot.Foundation.HRESULT put_textDecorationBlink(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL v) 1364 internal winmdroot.Foundation.VARIANT_BOOL textDecorationBlink 1368 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1372 winmdroot.Foundation.VARIANT_BOOL __result; 1373 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1381 private static winmdroot.Foundation.HRESULT get_textDecorationBlink(IHTMLStyle* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 5063 private static winmdroot.Foundation.HRESULT removeAttribute(IHTMLStyle* pThis, winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess) 5080 public winmdroot.Foundation.VARIANT_BOOL removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags) 5082 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 5083 ((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(); 5221 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationNone_44; 5223 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationNone_45; 5225 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationUnderline_46; 5227 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationUnderline_47; 5229 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationOverline_48; 5231 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationOverline_49; 5233 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationLineThrough_50; 5235 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationLineThrough_51; 5237 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_textDecorationBlink_52; 5239 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_textDecorationBlink_53; 5503 internal delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> removeAttribute_185; 5816 winmdroot.Foundation.VARIANT_BOOL textDecorationNone 5822 winmdroot.Foundation.VARIANT_BOOL textDecorationUnderline 5828 winmdroot.Foundation.VARIANT_BOOL textDecorationOverline 5834 winmdroot.Foundation.VARIANT_BOOL textDecorationLineThrough 5840 winmdroot.Foundation.VARIANT_BOOL textDecorationBlink 6242 unsafe winmdroot.Foundation.HRESULT removeAttribute(winmdroot.Foundation.BSTR strAttributeName, int lFlags, winmdroot.Foundation.VARIANT_BOOL* pfSuccess);
Windows.Win32.IHTMLStyleSheet.g.cs (15)
232 private static winmdroot.Foundation.HRESULT put_disabled(IHTMLStyleSheet* pThis, winmdroot.Foundation.VARIANT_BOOL v) 250 internal winmdroot.Foundation.VARIANT_BOOL disabled 254 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 258 winmdroot.Foundation.VARIANT_BOOL __result; 259 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 267 private static winmdroot.Foundation.HRESULT get_disabled(IHTMLStyleSheet* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 288 private static winmdroot.Foundation.HRESULT get_readOnly(IHTMLStyleSheet* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 306 internal winmdroot.Foundation.VARIANT_BOOL readOnly 310 winmdroot.Foundation.VARIANT_BOOL __result; 311 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 755 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_disabled_12; 757 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_disabled_13; 759 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_readOnly_14; 848 winmdroot.Foundation.VARIANT_BOOL disabled 854 winmdroot.Foundation.VARIANT_BOOL readOnly
Windows.Win32.IHTMLStyleSheetRule.g.cs (6)
201 private static winmdroot.Foundation.HRESULT get_readOnly(IHTMLStyleSheetRule* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 219 internal winmdroot.Foundation.VARIANT_BOOL readOnly 223 winmdroot.Foundation.VARIANT_BOOL __result; 224 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 270 internal delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_readOnly_11; 309 winmdroot.Foundation.VARIANT_BOOL readOnly
Windows.Win32.IHTMLWindow2.g.cs (21)
401 /// <inheritdoc cref="confirm(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 402 internal unsafe winmdroot.Foundation.HRESULT confirm(winmdroot.Foundation.BSTR message, out winmdroot.Foundation.VARIANT_BOOL confirmed) 404 fixed (winmdroot.Foundation.VARIANT_BOOL* confirmedLocal = &confirmed) 414 private static winmdroot.Foundation.HRESULT confirm(IHTMLWindow2* pThis, winmdroot.Foundation.BSTR message, winmdroot.Foundation.VARIANT_BOOL* confirmed) 431 public unsafe winmdroot.Foundation.HRESULT confirm(winmdroot.Foundation.BSTR message, winmdroot.Foundation.VARIANT_BOOL* confirmed) 433 return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLWindow2*)Unsafe.AsPointer(ref this), message, confirmed); 750 private static winmdroot.Foundation.HRESULT open(IHTMLWindow2* pThis, winmdroot.Foundation.BSTR url, winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR features, winmdroot.Foundation.VARIANT_BOOL replace, winmdroot.Web.MsHtml.IHTMLWindow2** pomWindowResult) 767 public unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.BSTR url, winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR features, winmdroot.Foundation.VARIANT_BOOL replace, winmdroot.Web.MsHtml.IHTMLWindow2** pomWindowResult) 769 return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLWindow2*)Unsafe.AsPointer(ref this), url, name, features, replace, pomWindowResult); 1633 /// <inheritdoc cref="get_closed(winmdroot.Foundation.VARIANT_BOOL*)"/> 1634 internal unsafe winmdroot.Foundation.HRESULT get_closed(out winmdroot.Foundation.VARIANT_BOOL p) 1636 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p) 1646 private static winmdroot.Foundation.HRESULT get_closed(IHTMLWindow2* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 1663 public unsafe winmdroot.Foundation.HRESULT get_closed(winmdroot.Foundation.VARIANT_BOOL* p) 1665 return ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IHTMLWindow2*)Unsafe.AsPointer(ref this), p); 2157 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> confirm_18; 2181 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT> open_30; 2243 internal delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_closed_61; 2400 unsafe winmdroot.Foundation.HRESULT confirm(winmdroot.Foundation.BSTR message, winmdroot.Foundation.VARIANT_BOOL* confirmed); 2442 unsafe winmdroot.Foundation.HRESULT open(winmdroot.Foundation.BSTR url, winmdroot.Foundation.BSTR name, winmdroot.Foundation.BSTR features, winmdroot.Foundation.VARIANT_BOOL replace, winmdroot.Web.MsHtml.IHTMLWindow2** pomWindowResult); 2549 unsafe winmdroot.Foundation.HRESULT get_closed(winmdroot.Foundation.VARIANT_BOOL* p);
Windows.Win32.IHTMLWindow3.g.cs (8)
181 /// <inheritdoc cref="attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 182 internal unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, out winmdroot.Foundation.VARIANT_BOOL pfResult) 184 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult) 194 private static winmdroot.Foundation.HRESULT attachEvent(IHTMLWindow3* pThis, winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 211 public unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult) 213 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); 568 internal delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Com.IDispatch* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> attachEvent_10; 632 unsafe winmdroot.Foundation.HRESULT attachEvent(winmdroot.Foundation.BSTR @event, winmdroot.System.Com.IDispatch* pDisp, winmdroot.Foundation.VARIANT_BOOL* pfResult);
Windows.Win32.IOmNavigator.g.cs (26)
238 private static winmdroot.Foundation.HRESULT javaEnabled(IOmNavigator* pThis, winmdroot.Foundation.VARIANT_BOOL* enabled) 255 public winmdroot.Foundation.VARIANT_BOOL javaEnabled() 257 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 258 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IOmNavigator*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 265 private static winmdroot.Foundation.HRESULT taintEnabled(IOmNavigator* pThis, winmdroot.Foundation.VARIANT_BOOL* enabled) 282 public winmdroot.Foundation.VARIANT_BOOL taintEnabled() 284 winmdroot.Foundation.VARIANT_BOOL __retVal = default(winmdroot.Foundation.VARIANT_BOOL); 285 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IOmNavigator*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 354 private static winmdroot.Foundation.HRESULT get_cookieEnabled(IOmNavigator* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 372 internal winmdroot.Foundation.VARIANT_BOOL cookieEnabled 376 winmdroot.Foundation.VARIANT_BOOL __result; 377 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 660 private static winmdroot.Foundation.HRESULT get_onLine(IOmNavigator* pThis, winmdroot.Foundation.VARIANT_BOOL* p) 678 internal winmdroot.Foundation.VARIANT_BOOL onLine 682 winmdroot.Foundation.VARIANT_BOOL __result; 683 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 762 internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> javaEnabled_12; 764 internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> taintEnabled_13; 770 internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_cookieEnabled_16; 790 internal delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_onLine_26; 857 unsafe winmdroot.Foundation.HRESULT javaEnabled(winmdroot.Foundation.VARIANT_BOOL* enabled); 860 unsafe winmdroot.Foundation.HRESULT taintEnabled(winmdroot.Foundation.VARIANT_BOOL* enabled); 872 winmdroot.Foundation.VARIANT_BOOL cookieEnabled 920 winmdroot.Foundation.VARIANT_BOOL onLine
Windows.Win32.IWebBrowser.g.cs (14)
449 private static winmdroot.Foundation.HRESULT get_TopLevelContainer(IWebBrowser* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 467 internal winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 471 winmdroot.Foundation.VARIANT_BOOL __result; 472 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 782 /// <inheritdoc cref="get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 783 internal unsafe winmdroot.Foundation.HRESULT get_Busy(out winmdroot.Foundation.VARIANT_BOOL pBool) 785 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool) 795 private static winmdroot.Foundation.HRESULT get_Busy(IWebBrowser* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 812 public unsafe winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool) 814 return ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IWebBrowser*)Unsafe.AsPointer(ref this), pBool); 876 internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_TopLevelContainer_20; 900 internal delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Busy_32; 991 winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 1032 unsafe winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool);
Windows.Win32.IWebBrowser2.g.cs (125)
462 private static winmdroot.Foundation.HRESULT get_TopLevelContainer(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 480 internal winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 484 winmdroot.Foundation.VARIANT_BOOL __result; 485 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 795 /// <inheritdoc cref="get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 796 internal unsafe winmdroot.Foundation.HRESULT get_Busy(out winmdroot.Foundation.VARIANT_BOOL pBool) 798 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool) 808 private static winmdroot.Foundation.HRESULT get_Busy(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 825 public unsafe winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool) 827 return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IWebBrowser2*)Unsafe.AsPointer(ref this), pBool); 1073 private static winmdroot.Foundation.HRESULT get_Visible(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 1091 internal winmdroot.Foundation.VARIANT_BOOL Visible 1095 winmdroot.Foundation.VARIANT_BOOL __result; 1096 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1101 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1108 private static winmdroot.Foundation.HRESULT put_Visible(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 1129 private static winmdroot.Foundation.HRESULT get_StatusBar(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 1147 internal winmdroot.Foundation.VARIANT_BOOL StatusBar 1151 winmdroot.Foundation.VARIANT_BOOL __result; 1152 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1157 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1164 private static winmdroot.Foundation.HRESULT put_StatusBar(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 1302 private static winmdroot.Foundation.HRESULT get_MenuBar(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* Value) 1320 internal winmdroot.Foundation.VARIANT_BOOL MenuBar 1324 winmdroot.Foundation.VARIANT_BOOL __result; 1325 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1330 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1337 private static winmdroot.Foundation.HRESULT put_MenuBar(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 1358 private static winmdroot.Foundation.HRESULT get_FullScreen(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pbFullScreen) 1376 internal winmdroot.Foundation.VARIANT_BOOL FullScreen 1380 winmdroot.Foundation.VARIANT_BOOL __result; 1381 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1386 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1393 private static winmdroot.Foundation.HRESULT put_FullScreen(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL bFullScreen) 1581 /// <inheritdoc cref="get_Offline(winmdroot.Foundation.VARIANT_BOOL*)"/> 1582 internal unsafe winmdroot.Foundation.HRESULT get_Offline(out winmdroot.Foundation.VARIANT_BOOL pbOffline) 1584 fixed (winmdroot.Foundation.VARIANT_BOOL* pbOfflineLocal = &pbOffline) 1594 private static winmdroot.Foundation.HRESULT get_Offline(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pbOffline) 1611 public unsafe winmdroot.Foundation.HRESULT get_Offline(winmdroot.Foundation.VARIANT_BOOL* pbOffline) 1613 return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IWebBrowser2*)Unsafe.AsPointer(ref this), pbOffline); 1619 private static winmdroot.Foundation.HRESULT put_Offline(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL bOffline) 1637 internal winmdroot.Foundation.VARIANT_BOOL Offline 1641 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1645 /// <inheritdoc cref="get_Silent(winmdroot.Foundation.VARIANT_BOOL*)"/> 1646 internal unsafe winmdroot.Foundation.HRESULT get_Silent(out winmdroot.Foundation.VARIANT_BOOL pbSilent) 1648 fixed (winmdroot.Foundation.VARIANT_BOOL* pbSilentLocal = &pbSilent) 1658 private static winmdroot.Foundation.HRESULT get_Silent(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pbSilent) 1675 public unsafe winmdroot.Foundation.HRESULT get_Silent(winmdroot.Foundation.VARIANT_BOOL* pbSilent) 1677 return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IWebBrowser2*)Unsafe.AsPointer(ref this), pbSilent); 1683 private static winmdroot.Foundation.HRESULT put_Silent(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL bSilent) 1700 public winmdroot.Foundation.HRESULT put_Silent(winmdroot.Foundation.VARIANT_BOOL bSilent) 1702 return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IWebBrowser2*)Unsafe.AsPointer(ref this), bSilent); 1708 private static winmdroot.Foundation.HRESULT get_RegisterAsBrowser(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pbRegister) 1726 internal winmdroot.Foundation.VARIANT_BOOL RegisterAsBrowser 1730 winmdroot.Foundation.VARIANT_BOOL __result; 1731 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1736 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1743 private static winmdroot.Foundation.HRESULT put_RegisterAsBrowser(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL bRegister) 1761 /// <inheritdoc cref="get_RegisterAsDropTarget(winmdroot.Foundation.VARIANT_BOOL*)"/> 1762 internal unsafe winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(out winmdroot.Foundation.VARIANT_BOOL pbRegister) 1764 fixed (winmdroot.Foundation.VARIANT_BOOL* pbRegisterLocal = &pbRegister) 1774 private static winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pbRegister) 1791 public unsafe winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(winmdroot.Foundation.VARIANT_BOOL* pbRegister) 1793 return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IWebBrowser2*)Unsafe.AsPointer(ref this), pbRegister); 1799 private static winmdroot.Foundation.HRESULT put_RegisterAsDropTarget(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL bRegister) 1816 public winmdroot.Foundation.HRESULT put_RegisterAsDropTarget(winmdroot.Foundation.VARIANT_BOOL bRegister) 1818 return ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IWebBrowser2*)Unsafe.AsPointer(ref this), bRegister); 1824 private static winmdroot.Foundation.HRESULT get_TheaterMode(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* pbRegister) 1847 internal winmdroot.Foundation.VARIANT_BOOL TheaterMode 1851 winmdroot.Foundation.VARIANT_BOOL __result; 1852 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1857 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1864 private static winmdroot.Foundation.HRESULT put_TheaterMode(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL bRegister) 1885 private static winmdroot.Foundation.HRESULT get_AddressBar(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* Value) 1903 internal winmdroot.Foundation.VARIANT_BOOL AddressBar 1907 winmdroot.Foundation.VARIANT_BOOL __result; 1908 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1913 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1920 private static winmdroot.Foundation.HRESULT put_AddressBar(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 1941 private static winmdroot.Foundation.HRESULT get_Resizable(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL* Value) 1959 internal winmdroot.Foundation.VARIANT_BOOL Resizable 1963 winmdroot.Foundation.VARIANT_BOOL __result; 1964 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1969 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1976 private static winmdroot.Foundation.HRESULT put_Resizable(IWebBrowser2* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 2053 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_TopLevelContainer_20; 2077 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Busy_32; 2095 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Visible_41; 2097 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_Visible_42; 2099 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_StatusBar_43; 2101 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_StatusBar_44; 2111 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_MenuBar_49; 2113 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_MenuBar_50; 2115 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_FullScreen_51; 2117 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_FullScreen_52; 2129 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Offline_58; 2131 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_Offline_59; 2133 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Silent_60; 2135 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_Silent_61; 2137 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_RegisterAsBrowser_62; 2139 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_RegisterAsBrowser_63; 2141 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_RegisterAsDropTarget_64; 2143 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_RegisterAsDropTarget_65; 2145 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_TheaterMode_66; 2147 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_TheaterMode_67; 2149 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_AddressBar_68; 2151 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_AddressBar_69; 2153 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Resizable_70; 2155 internal delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_Resizable_71; 2286 new winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 2327 unsafe new winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool); 2361 new winmdroot.Foundation.VARIANT_BOOL Visible 2367 new winmdroot.Foundation.VARIANT_BOOL StatusBar 2385 new winmdroot.Foundation.VARIANT_BOOL MenuBar 2391 new winmdroot.Foundation.VARIANT_BOOL FullScreen 2413 unsafe winmdroot.Foundation.HRESULT get_Offline(winmdroot.Foundation.VARIANT_BOOL* pbOffline); 2415 winmdroot.Foundation.VARIANT_BOOL Offline 2421 unsafe winmdroot.Foundation.HRESULT get_Silent(winmdroot.Foundation.VARIANT_BOOL* pbSilent); 2424winmdroot.Foundation.HRESULT put_Silent(winmdroot.Foundation.VARIANT_BOOL bSilent); 2426 winmdroot.Foundation.VARIANT_BOOL RegisterAsBrowser 2433 unsafe winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(winmdroot.Foundation.VARIANT_BOOL* pbRegister); 2436winmdroot.Foundation.HRESULT put_RegisterAsDropTarget(winmdroot.Foundation.VARIANT_BOOL bRegister); 2438 winmdroot.Foundation.VARIANT_BOOL TheaterMode 2444 winmdroot.Foundation.VARIANT_BOOL AddressBar 2450 winmdroot.Foundation.VARIANT_BOOL Resizable
Windows.Win32.IWebBrowserApp.g.cs (50)
449 private static winmdroot.Foundation.HRESULT get_TopLevelContainer(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 467 internal winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 471 winmdroot.Foundation.VARIANT_BOOL __result; 472 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 782 /// <inheritdoc cref="get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 783 internal unsafe winmdroot.Foundation.HRESULT get_Busy(out winmdroot.Foundation.VARIANT_BOOL pBool) 785 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool) 795 private static winmdroot.Foundation.HRESULT get_Busy(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 812 public unsafe winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool) 814 return ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IWebBrowserApp*)Unsafe.AsPointer(ref this), pBool); 1060 private static winmdroot.Foundation.HRESULT get_Visible(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 1078 internal winmdroot.Foundation.VARIANT_BOOL Visible 1082 winmdroot.Foundation.VARIANT_BOOL __result; 1083 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1088 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1095 private static winmdroot.Foundation.HRESULT put_Visible(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 1116 private static winmdroot.Foundation.HRESULT get_StatusBar(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* pBool) 1134 internal winmdroot.Foundation.VARIANT_BOOL StatusBar 1138 winmdroot.Foundation.VARIANT_BOOL __result; 1139 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1144 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1151 private static winmdroot.Foundation.HRESULT put_StatusBar(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 1289 private static winmdroot.Foundation.HRESULT get_MenuBar(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* Value) 1307 internal winmdroot.Foundation.VARIANT_BOOL MenuBar 1311 winmdroot.Foundation.VARIANT_BOOL __result; 1312 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1317 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1324 private static winmdroot.Foundation.HRESULT put_MenuBar(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL Value) 1345 private static winmdroot.Foundation.HRESULT get_FullScreen(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL* pbFullScreen) 1363 internal winmdroot.Foundation.VARIANT_BOOL FullScreen 1367 winmdroot.Foundation.VARIANT_BOOL __result; 1368 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1373 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1380 private static winmdroot.Foundation.HRESULT put_FullScreen(IWebBrowserApp* pThis, winmdroot.Foundation.VARIANT_BOOL bFullScreen) 1457 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_TopLevelContainer_20; 1481 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Busy_32; 1499 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_Visible_41; 1501 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_Visible_42; 1503 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_StatusBar_43; 1505 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_StatusBar_44; 1515 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_MenuBar_49; 1517 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_MenuBar_50; 1519 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT> get_FullScreen_51; 1521 internal delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT> put_FullScreen_52; 1632 new winmdroot.Foundation.VARIANT_BOOL TopLevelContainer 1673 unsafe new winmdroot.Foundation.HRESULT get_Busy(winmdroot.Foundation.VARIANT_BOOL* pBool); 1707 winmdroot.Foundation.VARIANT_BOOL Visible 1713 winmdroot.Foundation.VARIANT_BOOL StatusBar 1731 winmdroot.Foundation.VARIANT_BOOL MenuBar 1737 winmdroot.Foundation.VARIANT_BOOL FullScreen
Windows.Win32.PInvoke.g.cs (4)
10181 internal static readonly winmdroot.Foundation.VARIANT_BOOL VARIANT_TRUE = (winmdroot.Foundation.VARIANT_BOOL)(-1); 10183 internal static readonly winmdroot.Foundation.VARIANT_BOOL VARIANT_FALSE = (winmdroot.Foundation.VARIANT_BOOL)(0);
Windows.Win32.UI_Shell_IWebBrowser_Extensions.g.cs (3)
42 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser.Interface.get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 43 internal static unsafe winmdroot.Foundation.HRESULT get_Busy(this winmdroot.UI.Shell.IWebBrowser.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pBool) 45 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool)
Windows.Win32.UI_Shell_IWebBrowser2_Extensions.g.cs (12)
42 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 43 internal static unsafe winmdroot.Foundation.HRESULT get_Busy(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pBool) 45 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool) 129 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.get_Offline(winmdroot.Foundation.VARIANT_BOOL*)"/> 130 internal static unsafe winmdroot.Foundation.HRESULT get_Offline(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pbOffline) 132 fixed (winmdroot.Foundation.VARIANT_BOOL* pbOfflineLocal = &pbOffline) 139 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.get_Silent(winmdroot.Foundation.VARIANT_BOOL*)"/> 140 internal static unsafe winmdroot.Foundation.HRESULT get_Silent(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pbSilent) 142 fixed (winmdroot.Foundation.VARIANT_BOOL* pbSilentLocal = &pbSilent) 149 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowser2.Interface.get_RegisterAsDropTarget(winmdroot.Foundation.VARIANT_BOOL*)"/> 150 internal static unsafe winmdroot.Foundation.HRESULT get_RegisterAsDropTarget(this winmdroot.UI.Shell.IWebBrowser2.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pbRegister) 152 fixed (winmdroot.Foundation.VARIANT_BOOL* pbRegisterLocal = &pbRegister)
Windows.Win32.UI_Shell_IWebBrowserApp_Extensions.g.cs (3)
42 /// <inheritdoc cref="winmdroot.UI.Shell.IWebBrowserApp.Interface.get_Busy(winmdroot.Foundation.VARIANT_BOOL*)"/> 43 internal static unsafe winmdroot.Foundation.HRESULT get_Busy(this winmdroot.UI.Shell.IWebBrowserApp.Interface @this, out winmdroot.Foundation.VARIANT_BOOL pBool) 45 fixed (winmdroot.Foundation.VARIANT_BOOL* pBoolLocal = &pBool)
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)
Windows.Win32.Web_MsHtml_IHTMLDocument2_Extensions.g.cs (20)
73 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandSupported(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 74 internal static unsafe winmdroot.Foundation.HRESULT queryCommandSupported(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet) 76 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 83 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandEnabled(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 84 internal static unsafe winmdroot.Foundation.HRESULT queryCommandEnabled(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet) 86 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 93 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandState(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 94 internal static unsafe winmdroot.Foundation.HRESULT queryCommandState(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet) 96 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 103 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.queryCommandIndeterm(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 104 internal static unsafe winmdroot.Foundation.HRESULT queryCommandIndeterm(this winmdroot.Web.MsHtml.IHTMLDocument2.Interface @this, winmdroot.Foundation.BSTR cmdID, out winmdroot.Foundation.VARIANT_BOOL pfRet) 106 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 123 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.execCommand(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 124 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) 126 fixed (winmdroot.Foundation.VARIANT_BOOL* pfRetLocal = &pfRet) 133 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLDocument2.Interface.execCommandShowHelp(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 134 internal static unsafe winmdroot.Foundation.HRESULT execCommandShowHelp(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)
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)
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)
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)
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) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement.Interface.contains(winmdroot.Web.MsHtml.IHTMLElement*, winmdroot.Foundation.VARIANT_BOOL*)"/> 44 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) 46 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult)
Windows.Win32.Web_MsHtml_IHTMLElement2_Extensions.g.cs (12)
33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.removeExpression(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT removeExpression(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, winmdroot.Foundation.BSTR propname, out winmdroot.Foundation.VARIANT_BOOL pfSuccess) 36 fixed (winmdroot.Foundation.VARIANT_BOOL* pfSuccessLocal = &pfSuccess) 93 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.attachEvent(winmdroot.Foundation.BSTR, winmdroot.System.Com.IDispatch*, winmdroot.Foundation.VARIANT_BOOL*)"/> 94 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) 96 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult) 143 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.get_canHaveChildren(winmdroot.Foundation.VARIANT_BOOL*)"/> 144 internal static unsafe winmdroot.Foundation.HRESULT get_canHaveChildren(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, out winmdroot.Foundation.VARIANT_BOOL p) 146 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p) 166 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLElement2.Interface.removeBehavior(int, winmdroot.Foundation.VARIANT_BOOL*)"/> 167 internal static unsafe winmdroot.Foundation.HRESULT removeBehavior(this winmdroot.Web.MsHtml.IHTMLElement2.Interface @this, int cookie, out winmdroot.Foundation.VARIANT_BOOL pfResult) 169 fixed (winmdroot.Foundation.VARIANT_BOOL* pfResultLocal = &pfResult)
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)
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) 33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.setAttribute(winmdroot.Foundation.BSTR, winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 34 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) 36 fixed (winmdroot.Foundation.VARIANT_BOOL* successLocal = &success) 43 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.commitChanges(winmdroot.Foundation.VARIANT_BOOL*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT commitChanges(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, out winmdroot.Foundation.VARIANT_BOOL success) 46 fixed (winmdroot.Foundation.VARIANT_BOOL* successLocal = &success) 53 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.addReadRequest(winmdroot.Foundation.BSTR, winmdroot.System.Variant.VARIANT, winmdroot.Foundation.VARIANT_BOOL*)"/> 54 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) 56 fixed (winmdroot.Foundation.VARIANT_BOOL* successLocal = &success) 63 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface.doWriteRequest(winmdroot.Foundation.VARIANT_BOOL*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT doWriteRequest(this winmdroot.Web.MsHtml.IHTMLOpsProfile.Interface @this, out winmdroot.Foundation.VARIANT_BOOL success) 66 fixed (winmdroot.Foundation.VARIANT_BOOL* successLocal = &success)
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)
Windows.Win32.Web_MsHtml_IHTMLStyle_Extensions.g.cs (3)
33 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLStyle.Interface.removeAttribute(winmdroot.Foundation.BSTR, int, winmdroot.Foundation.VARIANT_BOOL*)"/> 34 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) 36 fixed (winmdroot.Foundation.VARIANT_BOOL* pfSuccessLocal = &pfSuccess)
Windows.Win32.Web_MsHtml_IHTMLWindow2_Extensions.g.cs (6)
59 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.confirm(winmdroot.Foundation.BSTR, winmdroot.Foundation.VARIANT_BOOL*)"/> 60 internal static unsafe winmdroot.Foundation.HRESULT confirm(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, winmdroot.Foundation.BSTR message, out winmdroot.Foundation.VARIANT_BOOL confirmed) 62 fixed (winmdroot.Foundation.VARIANT_BOOL* confirmedLocal = &confirmed) 105 /// <inheritdoc cref="winmdroot.Web.MsHtml.IHTMLWindow2.Interface.get_closed(winmdroot.Foundation.VARIANT_BOOL*)"/> 106 internal static unsafe winmdroot.Foundation.HRESULT get_closed(this winmdroot.Web.MsHtml.IHTMLWindow2.Interface @this, out winmdroot.Foundation.VARIANT_BOOL p) 108 fixed (winmdroot.Foundation.VARIANT_BOOL* pLocal = &p)
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)
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)
System.Windows.Forms.Primitives.Tests (23)
Interop\Oleaut32\VARIANTTests.cs (23)
31data = new() { boolVal = value ? VARIANT_BOOL.VARIANT_TRUE : VARIANT_BOOL.VARIANT_FALSE } 3860yield return new object[] { Array.Empty<VARIANT_BOOL>(), Array.Empty<bool>() }; 3861yield return new object[] { new VARIANT_BOOL[] { VARIANT_BOOL.VARIANT_TRUE, VARIANT_BOOL.VARIANT_FALSE, VARIANT_BOOL.VARIANT_TRUE }, new bool[] { true, false, true } }; 3868VARIANT_BOOL[] boolResult = (VARIANT_BOOL[])result; 3894VARIANT_BOOL[] boolResult = (VARIANT_BOOL[])result; 3917yield return new object[] { new VARIANT_BOOL[0, 0], new bool[0, 0] }; 3920new VARIANT_BOOL[2, 3] 3922{ VARIANT_BOOL.VARIANT_TRUE, VARIANT_BOOL.VARIANT_FALSE, VARIANT_BOOL.VARIANT_TRUE }, 3923{ VARIANT_BOOL.VARIANT_FALSE, VARIANT_BOOL.VARIANT_TRUE, VARIANT_BOOL.VARIANT_FALSE } 3937VARIANT_BOOL[,] boolResult = (VARIANT_BOOL[,])result; 3965VARIANT_BOOL[,] boolResult = (VARIANT_BOOL[,])result;
System.Windows.Forms.Tests (39)
System\Windows\Forms\HtmlDocumentTests.cs (11)
1492VARIANT_BOOL cancelled = default; 2021VARIANT_BOOL cancelled = default; 2059VARIANT_BOOL cancelled = default; 2097VARIANT_BOOL cancelled = default; 2135VARIANT_BOOL cancelled = default; 2173VARIANT_BOOL cancelled = default; 2211VARIANT_BOOL cancelled = default; 2249VARIANT_BOOL cancelled = default; 2287VARIANT_BOOL cancelled = default; 2325VARIANT_BOOL cancelled = default; 2363VARIANT_BOOL cancelled = default;
System\Windows\Forms\HtmlElementTests.cs (25)
252VARIANT_BOOL disabled; 259VARIANT_BOOL disabled2; 266VARIANT_BOOL disabled3; 1602VARIANT_BOOL cancelled = default; 1645VARIANT_BOOL cancelled = default; 1685VARIANT_BOOL cancelled = default; 2569VARIANT_BOOL cancelled = default; 2610VARIANT_BOOL cancelled; 2651VARIANT_BOOL cancelled = default; 2692VARIANT_BOOL cancelled = default; 2733VARIANT_BOOL cancelled = default; 2774VARIANT_BOOL cancelled = default; 2815VARIANT_BOOL cancelled = default; 2856VARIANT_BOOL cancelled = default; 2897VARIANT_BOOL cancelled = default; 2938VARIANT_BOOL cancelled = default; 2979VARIANT_BOOL cancelled = default; 3020VARIANT_BOOL cancelled = default; 3061VARIANT_BOOL cancelled = default; 3102VARIANT_BOOL cancelled = default; 3143VARIANT_BOOL cancelled = default; 3184VARIANT_BOOL cancelled = default; 3224VARIANT_BOOL cancelled = default; 3266VARIANT_BOOL cancelled = default; 3307VARIANT_BOOL cancelled = default;
System\Windows\Forms\WebBrowserTests.cs (3)
301VARIANT_BOOL register = default; 1736VARIANT_BOOL silent = default; 3626VARIANT_BOOL register = default;