2487 references to ThrowOnFailure
PresentationCore (4)
System\Windows\clipboard.cs (4)
24public static void Clear() => ClipboardCore.Clear().ThrowOnFailure(); 67public static void Flush() => ClipboardCore.Flush().ThrowOnFailure(); 210ClipboardCore.GetDataObject<DataObject, IDataObject>(out IDataObject? dataObject).ThrowOnFailure(); 256ClipboardCore.SetData(dataObject, copy).ThrowOnFailure();
System.Drawing.Common (1)
System\Drawing\Icon.cs (1)
808iPicture.Value->SaveAsFile(iStream, (BOOL)(-1), pCbSize: null).ThrowOnFailure();
System.Private.Windows.Core (34)
_generated\123\Windows.Win32.IAdviseSink.g.cs (5)
78 __hr.ThrowOnFailure(); 108 __hr.ThrowOnFailure(); 138 __hr.ThrowOnFailure(); 164 __hr.ThrowOnFailure(); 189 __hr.ThrowOnFailure();
_generated\156\Windows.Win32.IRecordInfo.g.cs (2)
593 __hr.ThrowOnFailure(); 625 __hr.ThrowOnFailure();
_generated\163\Windows.Win32.ITypeInfo.g.cs (3)
861 __hr.ThrowOnFailure(); 899 __hr.ThrowOnFailure(); 937 __hr.ThrowOnFailure();
_generated\164\Windows.Win32.ITypeLib.g.cs (2)
64 __hr.ThrowOnFailure(); 484 __hr.ThrowOnFailure();
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (4)
41nativeDataObject.Value->DUnadvise((uint)connection).ThrowOnFailure(); 78nativeDataObject.Value->GetData(&nativeFormat, &nativeMedium).ThrowOnFailure(); 88nativeDataObject.Value->GetDataHere(&nativeFormat, &nativeMedium).ThrowOnFailure(); 107result.ThrowOnFailure();
Windows\Win32\System\Com\AgileComPointer.cs (2)
125hr.ThrowOnFailure(); 136hr.ThrowOnFailure();
Windows\Win32\System\Com\ComHelpers.cs (5)
50hr.ThrowOnFailure(); 259((ComUnknown*)comPointer)->QueryInterface(IID.Get<ComUnknown>(), unknown).ThrowOnFailure(); 288unknown->QueryInterface(IID.Get<ComUnknown>(), (void**)&unknown).ThrowOnFailure(); 357hr.ThrowOnFailure(); 360typelib.Value->GetTypeInfoOfGuid(interfaceId, typeInfo).ThrowOnFailure();
Windows\Win32\System\Com\ComManagedStream.cs (1)
101pstm->Write(b, read, &written).ThrowOnFailure();
Windows\Win32\System\Com\ComScope.cs (3)
73((ComUnknown*)Value)->QueryInterface(IID.Get<TTo>(), scope).ThrowOnFailure(); 94HRESULT.E_POINTER.ThrowOnFailure(); 98((ComUnknown*)from)->QueryInterface(IID.Get<T>(), scope).ThrowOnFailure();
Windows\Win32\System\Com\GlobalInterfaceTable.cs (2)
26(void**)git).ThrowOnFailure(); 43hr.ThrowOnFailure();
Windows\Win32\System\Com\IDispatch.cs (1)
88TryGetProperty(dispId, &variant, lcid).ThrowOnFailure();
Windows\Win32\System\Com\SAFEARRAY.cs (1)
64PInvokeCore.SafeArrayGetVartype(pThis, &vt).ThrowOnFailure();
Windows\Win32\System\Com\SafeArrayScope.cs (3)
213PInvokeCore.SafeArrayGetElement(Value, pIndices, &result).ThrowOnFailure(); 224PInvokeCore.SafeArrayPutElement((SAFEARRAY*)_value, pIndices, value).ThrowOnFailure(); 245PInvokeCore.SafeArrayDestroy(safeArray).ThrowOnFailure();
System.Private.Windows.GdiPlus (5)
System\Drawing\IIconExtensions.cs (1)
44PInvokeCore.OleCreatePictureIndirect(&desc, IID.Get<IPicture>(), fOwn: copy, picture).ThrowOnFailure();
Windows\Win32\Graphics\GdiPlus\GpImageExtensions.cs (2)
55PInvokeCore.OleCreatePictureIndirect(&desc, IID.Get<IPictureDisp>(), fOwn: true, picture).ThrowOnFailure(); 70PInvokeCore.OleCreatePictureIndirect(&desc, IID.Get<IPicture>(), fOwn: true, picture).ThrowOnFailure();
Windows\Win32\System\Ole\IPicture.cs (2)
23PInvokeCore.OleCreatePictureIndirect(&desc, IID.Get<IPicture>(), fOwn: true, picture).ThrowOnFailure(); 38PInvokeCore.OleCreatePictureIndirect(&desc, IID.Get<IPicture>(), fOwn: copy, picture).ThrowOnFailure();
System.Windows.Forms (210)
System\Windows\Forms\Accessibility\AccessibleObjectExtensions.cs (1)
250result.ThrowOnFailure();
System\Windows\Forms\ActiveX\AxHost.AxComponentEditor.cs (1)
20((IOleControlSite.Interface)host._oleSite).ShowPropertyFrame().ThrowOnFailure();
System\Windows\Forms\ActiveX\AxHost.cs (6)
1164inPlaceObject.Value->SetObjectRects(&posRect, &clipRect).ThrowOnFailure(); 2263hr.ThrowOnFailure(); 2285hr.ThrowOnFailure(); 3555hr.ThrowOnFailure(); 3579hr.ThrowOnFailure(); 3737PInvoke.OleCreateFontIndirect(in fontdesc, in IID.GetRef<IFontDisp>(), out void* lplpvObj).ThrowOnFailure();
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
462inPlaceObject.Value->SetObjectRects(lprcPosRect, &clipRect).ThrowOnFailure();
System\Windows\Forms\ActiveX\AxHost.State.cs (4)
265iPersistStorage->Save(storage, fSameAsLoad: true).ThrowOnFailure(); 267iPersistStorage->HandsOffStorage().ThrowOnFailure(); 277PInvoke.GetHGlobalFromILockBytes(lockBytes, &hglobal).ThrowOnFailure(); 299iPersistStorage->SaveCompleted(storage).ThrowOnFailure();
System\Windows\Forms\ActiveX\Control.ActiveXFontMarshaler.cs (1)
52out void* lplpvObj).ThrowOnFailure();
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
913hr.ThrowOnFailure(); 924hr.ThrowOnFailure();
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (2)
77null).ThrowOnFailure(); 112null).ThrowOnFailure();
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (5)
49picture.Value->get_Handle(out OLE_HANDLE handle).ThrowOnFailure(); 61picture.Value->get_Type(out PICTYPE type).ThrowOnFailure(); 121PInvokeCore.OleCreatePictureIndirect(&pictdesc, IID.Get<IPicture>(), own, picture).ThrowOnFailure(); 123picture.Value->get_Handle(out _lastNativeHandle).ThrowOnFailure(); 125picture.Value->QueryInterface(IID.Get<IUnknown>(), (void**)&unknown).ThrowOnFailure();
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyPageUITypeConverter.cs (1)
87PInvokeCore.GetThreadLocale()).ThrowOnFailure();
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
1671textDocument.Value->Range(WindowText.Length - 1, WindowText.Length - 1, windowTextRange).ThrowOnFailure(); 1674windowTextRange.Value->ScrollIntoView((int)tomConstants.tomEnd).ThrowOnFailure(); 1688textDocument.Value->Range(selStart, selStart + selLength, selectionTextRange).ThrowOnFailure(); 1689selectionTextRange.Value->ScrollIntoView((int)tomConstants.tomStart).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (41)
32doc->QueryInterface(IID.Get<IHTMLDocument2>(), (void**)&htmlDoc2).ThrowOnFailure(); 54hr.ThrowOnFailure(); 81htmlDoc2.Value->get_activeElement(&iHtmlElement).ThrowOnFailure(); 92htmlDoc2.Value->get_body(&iHtmlElement).ThrowOnFailure(); 103htmlDoc2.Value->get_domain(&domain).ThrowOnFailure(); 112htmlDoc2.Value->put_domain(newValue).ThrowOnFailure(); 128htmlDoc2.Value->get_title(&title).ThrowOnFailure(); 135htmlDoc2.Value->put_title(newValue).ThrowOnFailure(); 145htmlDoc2.Value->get_location(htmlLocation).ThrowOnFailure(); 152htmlLocation.Value->get_href(&href).ThrowOnFailure(); 164htmlDoc2.Value->get_parentWindow(&iHTMLWindow2).ThrowOnFailure(); 177htmlDoc2.Value->get_bgColor(&color).ThrowOnFailure(); 190htmlDoc2.Value->put_bgColor(variantColor).ThrowOnFailure(); 202htmlDoc2.Value->get_fgColor(&color).ThrowOnFailure(); 215htmlDoc2.Value->put_fgColor(variantColor).ThrowOnFailure(); 227htmlDoc2.Value->get_linkColor(&color).ThrowOnFailure(); 240htmlDoc2.Value->put_linkColor(variantColor).ThrowOnFailure(); 252htmlDoc2.Value->get_alinkColor(&color).ThrowOnFailure(); 265htmlDoc2.Value->put_alinkColor(variantColor).ThrowOnFailure(); 277htmlDoc2.Value->get_vlinkColor(&color).ThrowOnFailure(); 290htmlDoc2.Value->put_vlinkColor(variantColor).ThrowOnFailure(); 300htmlDoc4.Value->hasFocus(&focused).ThrowOnFailure(); 313htmlDoc2.Value->get_cookie(&cookie).ThrowOnFailure(); 320htmlDoc2.Value->put_cookie(newValue).ThrowOnFailure(); 330htmlDoc3.Value->get_dir(&dir).ThrowOnFailure(); 337htmlDoc3.Value->put_dir(newValue).ThrowOnFailure(); 347htmlDoc2.Value->get_charset(&charset).ThrowOnFailure(); 354htmlDoc2.Value->put_charset(newValue).ThrowOnFailure(); 364htmlDoc2.Value->get_defaultCharset(&charset).ThrowOnFailure(); 375htmlDoc2.Value->get_all(&iHTMLElementCollection).ThrowOnFailure(); 386htmlDoc2.Value->get_links(&iHTMLElementCollection).ThrowOnFailure(); 397htmlDoc2.Value->get_images(&iHTMLElementCollection).ThrowOnFailure(); 408htmlDoc2.Value->get_forms(&iHTMLElementCollection).ThrowOnFailure(); 436htmlDoc2.Value->execCommand(bstrCommand, showUI, variantValue, &varBool).ThrowOnFailure(); 443htmlDoc4.Value->focus().ThrowOnFailure(); 445htmlDoc4.Value->focus().ThrowOnFailure(); 453htmlDoc3.Value->getElementById(bstrId, &iHTMLElement).ThrowOnFailure(); 461htmlDoc2.Value->elementFromPoint(point.X, point.Y, &iHTMLElement).ThrowOnFailure(); 470htmlDoc3.Value->getElementsByTagName(bstrTagName, &iHTMLElementCollection).ThrowOnFailure(); 481htmlDoc2.Value->open(url, name, VARIANT.Empty, VARIANT.Empty, dispatch).ThrowOnFailure(); 496htmlDoc2.Value->createElement(bstrElementTag, &iHTMLElement).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.HtmlDocumentShim.cs (2)
59htmlDoc3.Value->attachEvent(name, dispatch, &result).ThrowOnFailure(); 91htmlDoc3.Value->detachEvent(name, dispatch).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (52)
65htmlElement.Value->get_all(dispatch).ThrowOnFailure(); 79htmlElement.Value->get_children(dispatch).ThrowOnFailure(); 93htmlElement2.Value->get_canHaveChildren(&canHaveChildren).ThrowOnFailure(); 107htmlElement2.Value->get_clientLeft(&clientLeft).ThrowOnFailure(); 108htmlElement2.Value->get_clientTop(&clientTop).ThrowOnFailure(); 109htmlElement2.Value->get_clientWidth(&clientWidth).ThrowOnFailure(); 110htmlElement2.Value->get_clientHeight(&clientHeight).ThrowOnFailure(); 122nativeHtmlElement.Value->get_document(dispatch).ThrowOnFailure(); 139htmlElement3.Value->get_disabled(&disabled).ThrowOnFailure(); 145htmlElement3.Value->put_disabled(!value).ThrowOnFailure(); 174node.Value->get_firstChild(child).ThrowOnFailure(); 192nativeHtmlElement.Value->get_id(&id).ThrowOnFailure(); 199nativeHtmlElement.Value->put_id(newValue).ThrowOnFailure(); 209nativeHtmlElement.Value->get_innerHTML(&innerHtml).ThrowOnFailure(); 218nativeHtmlElement.Value->put_innerHTML(newValue).ThrowOnFailure(); 238nativeHtmlElement.Value->get_innerText(&innerText).ThrowOnFailure(); 247nativeHtmlElement.Value->put_innerText(newValue).ThrowOnFailure(); 276hr.ThrowOnFailure(); 290node.Value->get_nextSibling(sibling).ThrowOnFailure(); 312nativeHtmlElement.Value->get_offsetLeft(&offsetLeft).ThrowOnFailure(); 313nativeHtmlElement.Value->get_offsetTop(&offsetTop).ThrowOnFailure(); 314nativeHtmlElement.Value->get_offsetWidth(&offsetWidth).ThrowOnFailure(); 315nativeHtmlElement.Value->get_offsetHeight(&offsetHeight).ThrowOnFailure(); 327nativeHtmlElement.Value->get_offsetParent(&iHtmlElement).ThrowOnFailure(); 338nativeHtmlElement.Value->get_outerHTML(&outerHtml).ThrowOnFailure(); 347nativeHtmlElement.Value->put_outerHTML(newValue).ThrowOnFailure(); 367htmlElement.Value->get_outerText(&outerText).ThrowOnFailure(); 376htmlElement.Value->put_outerText(newValue).ThrowOnFailure(); 396htmlElement.Value->get_parentElement(&iHtmlElement).ThrowOnFailure(); 411htmlElement2.Value->get_scrollLeft(&scrollLeft).ThrowOnFailure(); 412htmlElement2.Value->get_scrollTop(&scrollTop).ThrowOnFailure(); 413htmlElement2.Value->get_scrollWidth(&scrollWidth).ThrowOnFailure(); 414htmlElement2.Value->get_scrollHeight(&scrollHeight).ThrowOnFailure(); 426htmlElement2.Value->get_scrollLeft(&scrollLeft).ThrowOnFailure(); 432htmlElement2.Value->put_scrollLeft(value).ThrowOnFailure(); 442htmlElement2.Value->get_scrollTop(&scrollTop).ThrowOnFailure(); 448htmlElement2.Value->put_scrollTop(value).ThrowOnFailure(); 460htmlElement.Value->get_style(style).ThrowOnFailure(); 462style.Value->get_cssText(&cssText).ThrowOnFailure(); 469htmlElement.Value->get_style(style).ThrowOnFailure(); 471style.Value->put_cssText(newValue).ThrowOnFailure(); 481htmlElement.Value->get_tagName(&tagName).ThrowOnFailure(); 492htmlElement2.Value->get_tabIndex(&tabIndex).ThrowOnFailure(); 498htmlElement2.Value->put_tabIndex(value).ThrowOnFailure(); 524htmlElement2.Value->focus().ThrowOnFailure(); 542htmlElement.Value->getAttribute(name, 0, &attributeValue).ThrowOnFailure(); 553htmlElement2.Value->getElementsByTagName(name, &iHTMLElementCollection).ThrowOnFailure(); 564htmlElement2.Value->insertAdjacentElement(where, insertedElement, &adjElement).ThrowOnFailure(); 639htmlElement2.Value->blur().ThrowOnFailure(); 648htmlElement3.Value->fireEvent(name, &eventObj, &canceled).ThrowOnFailure(); 655htmlElement.Value->scrollIntoView(variantAlignWithTop).ThrowOnFailure(); 665htmlElement.Value->setAttribute(name, variantValue, 0).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlElement.HtmlElementShim.cs (2)
84htmlElement2.Value->attachEvent(name, dispatch, &result).ThrowOnFailure(); 115htmlElement2.Value->detachEvent(name, dispatch).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (3)
58htmlElementCollection.Value->item((VARIANT)index, (VARIANT)0, dispatch).ThrowOnFailure(); 78nativeHtmlElementCollection.Value->item(variantElementId, (VARIANT)0, dispatch).ThrowOnFailure(); 148nativeHtmlElementCollection.Value->get_length(&length).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlHistory.cs (4)
53omHistory.Value->go(&oNumForward).ThrowOnFailure(); 65omHistory.Value->go(&oNumForward).ThrowOnFailure(); 87omHistory.Value->go(&loc).ThrowOnFailure(); 97omHistory.Value->go(&loc).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (36)
48hr.ThrowOnFailure(); 75htmlWindow.Value->get_document(htmlDoc2).ThrowOnFailure(); 94htmlWindow.Value->get_frames(&iHTMLFramesCollection2).ThrowOnFailure(); 105htmlWindow.Value->get_history(&iOmHistory).ThrowOnFailure(); 116htmlWindow.Value->get_closed(&closed).ThrowOnFailure(); 130htmlWindow.Value->get_name(&name).ThrowOnFailure(); 137htmlWindow.Value->put_name(newValue).ThrowOnFailure(); 147htmlWindow.Value->get_opener(&variantDispatch).ThrowOnFailure(); 162htmlWindow.Value->get_parent(&iHTMLWindow2).ThrowOnFailure(); 174htmlWindow3.Value->get_screenLeft(&x).ThrowOnFailure(); 175htmlWindow3.Value->get_screenTop(&y).ThrowOnFailure(); 189htmlWindow.Value->get_document(htmlDoc2).ThrowOnFailure(); 191htmlDoc2.Value->get_body(bodyElement).ThrowOnFailure(); 195bodyElement.Value->get_offsetWidth(&offsetWidth).ThrowOnFailure(); 196bodyElement.Value->get_offsetHeight(&offsetHeight).ThrowOnFailure(); 211htmlWindow.Value->get_status(&status).ThrowOnFailure(); 218htmlWindow.Value->put_status(newValue).ThrowOnFailure(); 228htmlWindow.Value->get_location(location).ThrowOnFailure(); 235location.Value->get_href(&href).ThrowOnFailure(); 247htmlWindow4.Value->get_frameElement(htmlFrameBase).ThrowOnFailure(); 259htmlWindow.Value->alert(bstrMessage).ThrowOnFailure(); 268htmlWindow.Value->close().ThrowOnFailure(); 276htmlWindow.Value->confirm(bstrMessage, &confirmed).ThrowOnFailure(); 286htmlWindow.Value->focus().ThrowOnFailure(); 295htmlWindow.Value->moveTo(x, y).ThrowOnFailure(); 304htmlWindow.Value->moveTo(point.X, point.Y).ThrowOnFailure(); 311htmlWindow.Value->navigate(bstrUrl).ThrowOnFailure(); 322htmlWindow.Value->navigate(url).ThrowOnFailure(); 336htmlWindow.Value->open(url, bstrTarget, options, replaceEntry, &htmlWindow2).ThrowOnFailure(); 354htmlWindow.Value->open(url, target, options, VARIANT_BOOL.VARIANT_TRUE, &iHTMLWindow2).ThrowOnFailure(); 367htmlWindow.Value->prompt(bstrMessage, input, &result).ThrowOnFailure(); 374htmlWindow.Value->blur().ThrowOnFailure(); 383htmlWindow.Value->resizeTo(width, height).ThrowOnFailure(); 392htmlWindow.Value->resizeTo(size.Width, size.Height).ThrowOnFailure(); 401htmlWindow.Value->scrollTo(x, y).ThrowOnFailure(); 410htmlWindow.Value->scrollTo(point.X, point.Y).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.HtmlWindowShim.cs (2)
51htmlWindow3.Value->attachEvent(name, dispatch, &result).ThrowOnFailure(); 81htmlWindow3.Value->detachEvent(name, dispatch).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\HtmlWindowCollection.cs (3)
41htmlFrames2.Value->item(&oIndex, &variantDispatch).ThrowOnFailure(); 60htmlFrameCollection2.Value->item(&oWindowId, &variantDispatch).ThrowOnFailure(); 88htmlFrames2.Value->get_length(&length).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (30)
100webBrowser2.Value->get_RegisterAsDropTarget(&register).ThrowOnFailure(); 110webBrowser2.Value->put_RegisterAsDropTarget(value).ThrowOnFailure(); 129webBrowser2.Value->get_Silent(&silent).ThrowOnFailure(); 137webBrowser2.Value->put_Silent(value).ThrowOnFailure(); 221webBrowser2.Value->get_Document(dispatch).ThrowOnFailure(); 229iHTMLDocument2.Value->get_location(htmlLocation).ThrowOnFailure(); 233htmlLocation.Value->get_href(&href).ThrowOnFailure(); 239hr.ThrowOnFailure(); 350webBrowser2.Value->get_LocationName(&locationName).ThrowOnFailure(); 426webBrowser2.Value->get_Busy(&busy).ThrowOnFailure(); 443webBrowser2.Value->get_Offline(&offline).ThrowOnFailure(); 526webBrowser2.Value->get_ReadyState(&readyState).ThrowOnFailure(); 569webBrowser2.Value->get_LocationURL(&url).ThrowOnFailure(); 634webBrowser2.Value->GoBack().ThrowOnFailure(); 656webBrowser2.Value->GoForward().ThrowOnFailure(); 672webBrowser2.Value->GoHome().ThrowOnFailure(); 681webBrowser2.Value->GoSearch().ThrowOnFailure(); 816webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_PRINT, OLECMDEXECOPT.OLECMDEXECOPT_DONTPROMPTUSER, (VARIANT*)default, default).ThrowOnFailure(); 834webBrowser2.Value->Refresh().ThrowOnFailure(); 839webBrowser2.Value->Refresh().ThrowOnFailure(); 861webBrowser2.Value->Refresh2(&level).ThrowOnFailure(); 866webBrowser2.Value->Refresh2(&level).ThrowOnFailure(); 905webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_PAGESETUP, OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, (VARIANT*)default, default).ThrowOnFailure(); 921webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_PRINT, OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, (VARIANT*)default, default).ThrowOnFailure(); 936webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_PRINTPREVIEW, OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, (VARIANT*)default, default).ThrowOnFailure(); 952webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_PROPERTIES, OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, (VARIANT*)default, default).ThrowOnFailure(); 968webBrowser2.Value->ExecWB(OLECMDID.OLECMDID_SAVEAS, OLECMDEXECOPT.OLECMDEXECOPT_DODEFAULT, (VARIANT*)default, default).ThrowOnFailure(); 983webBrowser2.Value->Stop().ThrowOnFailure(); 1197webBrowser2.Value->put_RegisterAsDropTarget(AllowWebBrowserDrop).ThrowOnFailure(); 1315webBrowser2.Value->Navigate2(&variantUrlString, &variantFlags, &variantTargetFrameName, &variantPostData, &variantHeaders).ThrowOnFailure();
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
842hr.ThrowOnFailure();
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
294out dialog).ThrowOnFailure();
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
623returnValue.ThrowOnFailure();
System\Windows\Forms\Input\Cursor.cs (3)
406PInvokeCore.OleCreatePictureIndirect(lpPictDesc: null, IID.Get<IPicture>(), fOwn: true, picture).ThrowOnFailure(); 409picture.Value->QueryInterface(IID.Get<IPersistStream>(), persist).ThrowOnFailure(); 413picture.Value->get_Type(out PICTYPE type).ThrowOnFailure();
System\Windows\Forms\StringSource.cs (1)
33out _autoComplete2).ThrowOnFailure();
System.Windows.Forms.Primitives (2233)
_generated\106\Windows.Win32.IAccessible.g.cs (4)
76 ((delegate *unmanaged [Stdcall]<IAccessible*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IAccessible*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 81 ((delegate *unmanaged [Stdcall]<IAccessible*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAccessible*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 102 ((delegate *unmanaged [Stdcall]<IAccessible*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IAccessible*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 141 ((delegate *unmanaged [Stdcall]<IAccessible*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IAccessible*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
_generated\107\Windows.Win32.IAccessibleEx.g.cs (4)
92 ((delegate *unmanaged [Stdcall]<IAccessibleEx*,int ,winmdroot.UI.Accessibility.IAccessibleEx** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IAccessibleEx*)Unsafe.AsPointer(ref this), idChild, &__retVal).ThrowOnFailure(); 143 ((delegate *unmanaged [Stdcall]<IAccessibleEx*,winmdroot.UI.Accessibility.IAccessible** ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAccessibleEx*)Unsafe.AsPointer(ref this), ppAcc, pidChild).ThrowOnFailure(); 177 ((delegate *unmanaged [Stdcall]<IAccessibleEx*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IAccessibleEx*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 216 ((delegate *unmanaged [Stdcall]<IAccessibleEx*,winmdroot.UI.Accessibility.IRawElementProviderSimple* ,winmdroot.UI.Accessibility.IAccessibleEx** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IAccessibleEx*)Unsafe.AsPointer(ref this), pIn, ppRetValOut).ThrowOnFailure();
_generated\108\Windows.Win32.IAdviseSinkEx.g.cs (6)
78 __hr.ThrowOnFailure(); 101 __hr.ThrowOnFailure(); 124 __hr.ThrowOnFailure(); 147 __hr.ThrowOnFailure(); 170 __hr.ThrowOnFailure(); 193 __hr.ThrowOnFailure();
_generated\109\Windows.Win32.IAutoComplete.g.cs (2)
115 ((delegate *unmanaged [Stdcall]<IAutoComplete*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IAutoComplete*)Unsafe.AsPointer(ref this), hwndEdit, punkACL, pwszRegKeyPath, pwszQuickComplete).ThrowOnFailure(); 149 ((delegate *unmanaged [Stdcall]<IAutoComplete*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAutoComplete*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure();
_generated\110\Windows.Win32.IAutoComplete2.g.cs (3)
92 ((delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IAutoComplete2*)Unsafe.AsPointer(ref this), hwndEdit, punkACL, pwszRegKeyPath, pwszQuickComplete).ThrowOnFailure(); 117 ((delegate *unmanaged [Stdcall]<IAutoComplete2*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IAutoComplete2*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure(); 197 ((delegate *unmanaged [Stdcall]<IAutoComplete2*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IAutoComplete2*)Unsafe.AsPointer(ref this), pdwFlag).ThrowOnFailure();
_generated\111\Windows.Win32.IBindHost.g.cs (3)
78 ((delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.Foundation.PWSTR ,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IMoniker** ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IBindHost*)Unsafe.AsPointer(ref this), szName, pBC, ppmk, dwReserved).ThrowOnFailure(); 116 ((delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IBindStatusCallback* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IBindHost*)Unsafe.AsPointer(ref this), pMk, pBC, pBSC, riid, ppvObj).ThrowOnFailure(); 154 ((delegate *unmanaged [Stdcall]<IBindHost*,winmdroot.System.Com.IMoniker* ,winmdroot.System.Com.IBindCtx* ,winmdroot.System.Com.IBindStatusCallback* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IBindHost*)Unsafe.AsPointer(ref this), pMk, pBC, pBSC, riid, ppvObj).ThrowOnFailure();
_generated\112\Windows.Win32.IBinding.g.cs (6)
78 ((delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IBinding*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 103 ((delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IBinding*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 128 ((delegate *unmanaged [Stdcall]<IBinding*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IBinding*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 153 ((delegate *unmanaged [Stdcall]<IBinding*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IBinding*)Unsafe.AsPointer(ref this), nPriority).ThrowOnFailure(); 188 ((delegate *unmanaged [Stdcall]<IBinding*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IBinding*)Unsafe.AsPointer(ref this), pnPriority).ThrowOnFailure(); 232 ((delegate *unmanaged [Stdcall]<IBinding*,global::System.Guid* ,uint* ,winmdroot.Foundation.PWSTR* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IBinding*)Unsafe.AsPointer(ref this), pclsidProtocol, pdwResult, pszResult, pdwReserved).ThrowOnFailure();
_generated\113\Windows.Win32.IBindStatusCallback.g.cs (8)
78 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,winmdroot.System.Com.IBinding* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IBindStatusCallback*)Unsafe.AsPointer(ref this), dwReserved, pib).ThrowOnFailure(); 113 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IBindStatusCallback*)Unsafe.AsPointer(ref this), pnPriority).ThrowOnFailure(); 138 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IBindStatusCallback*)Unsafe.AsPointer(ref this), reserved).ThrowOnFailure(); 173 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IBindStatusCallback*)Unsafe.AsPointer(ref this), ulProgress, ulProgressMax, ulStatusCode, szStatusText).ThrowOnFailure(); 208 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,winmdroot.Foundation.HRESULT ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IBindStatusCallback*)Unsafe.AsPointer(ref this), hresult, szError).ThrowOnFailure(); 246 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint* ,winmdroot.System.Com.BINDINFO* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IBindStatusCallback*)Unsafe.AsPointer(ref this), grfBINDF, pbindinfo).ThrowOnFailure(); 284 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,uint ,uint ,winmdroot.System.Com.FORMATETC* ,winmdroot.System.Com.STGMEDIUM* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IBindStatusCallback*)Unsafe.AsPointer(ref this), grfBSCF, dwSize, pformatetc, pstgmed).ThrowOnFailure(); 319 ((delegate *unmanaged [Stdcall]<IBindStatusCallback*,global::System.Guid* ,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IBindStatusCallback*)Unsafe.AsPointer(ref this), riid, punk).ThrowOnFailure();
_generated\119\Windows.Win32.IEnumConnectionPoints.g.cs (3)
132 ((delegate *unmanaged [Stdcall]<IEnumConnectionPoints*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumConnectionPoints*)Unsafe.AsPointer(ref this), cConnections).ThrowOnFailure(); 160 ((delegate *unmanaged [Stdcall]<IEnumConnectionPoints*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumConnectionPoints*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 191 ((delegate *unmanaged [Stdcall]<IEnumConnectionPoints*,winmdroot.System.Com.IEnumConnectionPoints** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumConnectionPoints*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure();
_generated\120\Windows.Win32.IEnumConnections.g.cs (3)
135 ((delegate *unmanaged [Stdcall]<IEnumConnections*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumConnections*)Unsafe.AsPointer(ref this), cConnections).ThrowOnFailure(); 163 ((delegate *unmanaged [Stdcall]<IEnumConnections*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumConnections*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 194 ((delegate *unmanaged [Stdcall]<IEnumConnections*,winmdroot.System.Com.IEnumConnections** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumConnections*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure();
_generated\122\Windows.Win32.IEnumOleUndoUnits.g.cs (3)
134 ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this), cElt).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 196 ((delegate *unmanaged [Stdcall]<IEnumOleUndoUnits*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumOleUndoUnits*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure();
_generated\124\Windows.Win32.IEnumShellItems.g.cs (4)
115 ((delegate *unmanaged [Stdcall]<IEnumShellItems*,uint ,winmdroot.UI.Shell.IShellItem** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IEnumShellItems*)Unsafe.AsPointer(ref this), celt, rgelt, pceltFetched).ThrowOnFailure(); 151 ((delegate *unmanaged [Stdcall]<IEnumShellItems*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IEnumShellItems*)Unsafe.AsPointer(ref this), celt).ThrowOnFailure(); 183 ((delegate *unmanaged [Stdcall]<IEnumShellItems*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IEnumShellItems*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 219 ((delegate *unmanaged [Stdcall]<IEnumShellItems*,winmdroot.UI.Shell.IEnumShellItems** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IEnumShellItems*)Unsafe.AsPointer(ref this), ppenum).ThrowOnFailure();
_generated\126\Windows.Win32.IErrorInfo.g.cs (4)
96 ((delegate *unmanaged [Stdcall]<IErrorInfo*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IErrorInfo*)Unsafe.AsPointer(ref this), pGUID).ThrowOnFailure(); 135 ((delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IErrorInfo*)Unsafe.AsPointer(ref this), pBstrSource).ThrowOnFailure(); 214 ((delegate *unmanaged [Stdcall]<IErrorInfo*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IErrorInfo*)Unsafe.AsPointer(ref this), pBstrHelpFile).ThrowOnFailure(); 253 ((delegate *unmanaged [Stdcall]<IErrorInfo*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IErrorInfo*)Unsafe.AsPointer(ref this), pdwHelpContext).ThrowOnFailure();
_generated\127\Windows.Win32.IErrorLog.g.cs (1)
96 ((delegate *unmanaged [Stdcall]<IErrorLog*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Com.EXCEPINFO* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IErrorLog*)Unsafe.AsPointer(ref this), pszPropName, pExcepInfo).ThrowOnFailure();
_generated\128\Windows.Win32.IExpandCollapseProvider.g.cs (2)
84 ((delegate *unmanaged [Stdcall]<IExpandCollapseProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IExpandCollapseProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 114 ((delegate *unmanaged [Stdcall]<IExpandCollapseProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IExpandCollapseProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\129\Windows.Win32.IFileDialog.g.cs (22)
130 ((delegate *unmanaged [Stdcall]<IFileDialog*,uint ,winmdroot.UI.Shell.Common.COMDLG_FILTERSPEC* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFileDialog*)Unsafe.AsPointer(ref this), cFileTypes, rgFilterSpec).ThrowOnFailure(); 164 ((delegate *unmanaged [Stdcall]<IFileDialog*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFileDialog*)Unsafe.AsPointer(ref this), iFileType).ThrowOnFailure(); 208 ((delegate *unmanaged [Stdcall]<IFileDialog*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IFileDialog*)Unsafe.AsPointer(ref this), piFileType).ThrowOnFailure(); 258 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.IFileDialogEvents* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IFileDialog*)Unsafe.AsPointer(ref this), pfde, pdwCookie).ThrowOnFailure(); 294 ((delegate *unmanaged [Stdcall]<IFileDialog*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFileDialog*)Unsafe.AsPointer(ref this), dwCookie).ThrowOnFailure(); 328 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileDialog*)Unsafe.AsPointer(ref this), fos).ThrowOnFailure(); 374 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileDialog*)Unsafe.AsPointer(ref this), pfos).ThrowOnFailure(); 410 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IFileDialog*)Unsafe.AsPointer(ref this), psi).ThrowOnFailure(); 447 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IFileDialog*)Unsafe.AsPointer(ref this), psi).ThrowOnFailure(); 481 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.IShellItem** ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFileDialog*)Unsafe.AsPointer(ref this), ppsi).ThrowOnFailure(); 515 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.IShellItem** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFileDialog*)Unsafe.AsPointer(ref this), ppsi).ThrowOnFailure(); 561 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IFileDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure(); 608 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PWSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure(); 654 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFileDialog*)Unsafe.AsPointer(ref this), pszTitle).ThrowOnFailure(); 700 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFileDialog*)Unsafe.AsPointer(ref this), pszText).ThrowOnFailure(); 746 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IFileDialog*)Unsafe.AsPointer(ref this), pszLabel).ThrowOnFailure(); 822 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.FDAP ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IFileDialog*)Unsafe.AsPointer(ref this), psi, fdap).ThrowOnFailure(); 866 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IFileDialog*)Unsafe.AsPointer(ref this), pszDefaultExtension).ThrowOnFailure(); 903 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.HRESULT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IFileDialog*)Unsafe.AsPointer(ref this), hr).ThrowOnFailure(); 951 ((delegate *unmanaged [Stdcall]<IFileDialog*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IFileDialog*)Unsafe.AsPointer(ref this), guid).ThrowOnFailure(); 981 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IFileDialog*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 1018 ((delegate *unmanaged [Stdcall]<IFileDialog*,winmdroot.UI.Shell.IShellItemFilter* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IFileDialog*)Unsafe.AsPointer(ref this), pFilter).ThrowOnFailure();
_generated\130\Windows.Win32.IFileDialogCustomize.g.cs (27)
91 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure(); 142 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure(); 190 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure(); 224 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure(); 258 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure(); 310 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel, bChecked).ThrowOnFailure(); 361 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure(); 395 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure(); 443 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure(); 491 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure(); 541 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pdwState).ThrowOnFailure(); 579 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwState).ThrowOnFailure(); 627 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,ushort** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, ppszText).ThrowOnFailure(); 677 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszText).ThrowOnFailure(); 727 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pbChecked).ThrowOnFailure(); 767 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, bChecked).ThrowOnFailure(); 822 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pszLabel).ThrowOnFailure(); 860 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem).ThrowOnFailure(); 896 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure(); 951 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pdwState).ThrowOnFailure(); 996 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.UI.Shell.CDCONTROLSTATEF ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, dwState).ThrowOnFailure(); 1047 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pdwIDItem).ThrowOnFailure(); 1087 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem).ThrowOnFailure(); 1139 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, pszLabel).ThrowOnFailure(); 1171 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IFileDialogCustomize*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 1208 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl).ThrowOnFailure(); 1263 ((delegate *unmanaged [Stdcall]<IFileDialogCustomize*,uint ,uint ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IFileDialogCustomize*)Unsafe.AsPointer(ref this), dwIDCtl, dwIDItem, pszLabel).ThrowOnFailure();
_generated\131\Windows.Win32.IFileDialogEvents.g.cs (7)
91 ((delegate *unmanaged [Stdcall]<IFileDialogEvents*,winmdroot.UI.Shell.IFileDialog* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IFileDialogEvents*)Unsafe.AsPointer(ref this), pfd).ThrowOnFailure(); 132 ((delegate *unmanaged [Stdcall]<IFileDialogEvents*,winmdroot.UI.Shell.IFileDialog* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFileDialogEvents*)Unsafe.AsPointer(ref this), pfd, psiFolder).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IFileDialogEvents*,winmdroot.UI.Shell.IFileDialog* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFileDialogEvents*)Unsafe.AsPointer(ref this), pfd).ThrowOnFailure(); 202 ((delegate *unmanaged [Stdcall]<IFileDialogEvents*,winmdroot.UI.Shell.IFileDialog* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IFileDialogEvents*)Unsafe.AsPointer(ref this), pfd).ThrowOnFailure(); 257 ((delegate *unmanaged [Stdcall]<IFileDialogEvents*,winmdroot.UI.Shell.IFileDialog* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.FDE_SHAREVIOLATION_RESPONSE* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IFileDialogEvents*)Unsafe.AsPointer(ref this), pfd, psi, pResponse).ThrowOnFailure(); 291 ((delegate *unmanaged [Stdcall]<IFileDialogEvents*,winmdroot.UI.Shell.IFileDialog* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFileDialogEvents*)Unsafe.AsPointer(ref this), pfd).ThrowOnFailure(); 343 ((delegate *unmanaged [Stdcall]<IFileDialogEvents*,winmdroot.UI.Shell.IFileDialog* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.FDE_OVERWRITE_RESPONSE* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileDialogEvents*)Unsafe.AsPointer(ref this), pfd, psi, pResponse).ThrowOnFailure();
_generated\132\Windows.Win32.IFileOpenDialog.g.cs (24)
113 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,uint ,winmdroot.UI.Shell.Common.COMDLG_FILTERSPEC* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFileOpenDialog*)Unsafe.AsPointer(ref this), cFileTypes, rgFilterSpec).ThrowOnFailure(); 138 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFileOpenDialog*)Unsafe.AsPointer(ref this), iFileType).ThrowOnFailure(); 173 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IFileOpenDialog*)Unsafe.AsPointer(ref this), piFileType).ThrowOnFailure(); 208 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IFileDialogEvents* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pfde, pdwCookie).ThrowOnFailure(); 233 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFileOpenDialog*)Unsafe.AsPointer(ref this), dwCookie).ThrowOnFailure(); 258 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileOpenDialog*)Unsafe.AsPointer(ref this), fos).ThrowOnFailure(); 293 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pfos).ThrowOnFailure(); 318 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IFileOpenDialog*)Unsafe.AsPointer(ref this), psi).ThrowOnFailure(); 343 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IFileOpenDialog*)Unsafe.AsPointer(ref this), psi).ThrowOnFailure(); 368 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IShellItem** ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFileOpenDialog*)Unsafe.AsPointer(ref this), ppsi).ThrowOnFailure(); 393 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IShellItem** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFileOpenDialog*)Unsafe.AsPointer(ref this), ppsi).ThrowOnFailure(); 428 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure(); 463 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PWSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure(); 498 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszTitle).ThrowOnFailure(); 533 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszText).ThrowOnFailure(); 568 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszLabel).ThrowOnFailure(); 593 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IShellItem** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IFileOpenDialog*)Unsafe.AsPointer(ref this), ppsi).ThrowOnFailure(); 618 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.FDAP ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IFileOpenDialog*)Unsafe.AsPointer(ref this), psi, fdap).ThrowOnFailure(); 653 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pszDefaultExtension).ThrowOnFailure(); 678 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.HRESULT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IFileOpenDialog*)Unsafe.AsPointer(ref this), hr).ThrowOnFailure(); 713 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IFileOpenDialog*)Unsafe.AsPointer(ref this), guid).ThrowOnFailure(); 738 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IFileOpenDialog*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 763 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IShellItemFilter* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IFileOpenDialog*)Unsafe.AsPointer(ref this), pFilter).ThrowOnFailure(); 835 ((delegate *unmanaged [Stdcall]<IFileOpenDialog*,winmdroot.UI.Shell.IShellItemArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IFileOpenDialog*)Unsafe.AsPointer(ref this), ppsai).ThrowOnFailure();
_generated\133\Windows.Win32.IFileOperationProgressSink.g.cs (16)
84 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 120 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,winmdroot.Foundation.HRESULT ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), hrResult).ThrowOnFailure(); 174 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, pszNewName).ThrowOnFailure(); 236 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, pszNewName, hrRename, psiNewlyCreated).ThrowOnFailure(); 294 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, psiDestinationFolder, pszNewName).ThrowOnFailure(); 360 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, psiDestinationFolder, pszNewName, hrMove, psiNewlyCreated).ThrowOnFailure(); 418 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, psiDestinationFolder, pszNewName).ThrowOnFailure(); 484 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, psiDestinationFolder, pszNewName, hrCopy, psiNewlyCreated).ThrowOnFailure(); 524 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem).ThrowOnFailure(); 572 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiItem, hrDelete, psiNewlyCreated).ThrowOnFailure(); 626 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiDestinationFolder, pszNewName).ThrowOnFailure(); 701 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,uint ,winmdroot.Foundation.HRESULT ,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), dwFlags, psiDestinationFolder, pszNewName, pszTemplateName, dwFileAttributes, hrNew, psiNewItem).ThrowOnFailure(); 739 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,uint ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this), iWorkTotal, iWorkSoFar).ThrowOnFailure(); 769 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 799 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 829 ((delegate *unmanaged [Stdcall]<IFileOperationProgressSink*,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFileOperationProgressSink*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\134\Windows.Win32.IFileSaveDialog.g.cs (29)
79 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IFileSaveDialog*)Unsafe.AsPointer(ref this), hwndOwner).ThrowOnFailure(); 113 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,uint ,winmdroot.UI.Shell.Common.COMDLG_FILTERSPEC* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFileSaveDialog*)Unsafe.AsPointer(ref this), cFileTypes, rgFilterSpec).ThrowOnFailure(); 138 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFileSaveDialog*)Unsafe.AsPointer(ref this), iFileType).ThrowOnFailure(); 173 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IFileSaveDialog*)Unsafe.AsPointer(ref this), piFileType).ThrowOnFailure(); 208 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IFileDialogEvents* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pfde, pdwCookie).ThrowOnFailure(); 233 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFileSaveDialog*)Unsafe.AsPointer(ref this), dwCookie).ThrowOnFailure(); 258 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFileSaveDialog*)Unsafe.AsPointer(ref this), fos).ThrowOnFailure(); 293 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.FILEOPENDIALOGOPTIONS* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pfos).ThrowOnFailure(); 318 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IFileSaveDialog*)Unsafe.AsPointer(ref this), psi).ThrowOnFailure(); 343 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IFileSaveDialog*)Unsafe.AsPointer(ref this), psi).ThrowOnFailure(); 368 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItem** ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFileSaveDialog*)Unsafe.AsPointer(ref this), ppsi).ThrowOnFailure(); 393 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItem** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFileSaveDialog*)Unsafe.AsPointer(ref this), ppsi).ThrowOnFailure(); 428 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure(); 463 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PWSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszName).ThrowOnFailure(); 498 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszTitle).ThrowOnFailure(); 533 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszText).ThrowOnFailure(); 568 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszLabel).ThrowOnFailure(); 593 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItem** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IFileSaveDialog*)Unsafe.AsPointer(ref this), ppsi).ThrowOnFailure(); 618 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.FDAP ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IFileSaveDialog*)Unsafe.AsPointer(ref this), psi, fdap).ThrowOnFailure(); 653 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pszDefaultExtension).ThrowOnFailure(); 678 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.HRESULT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IFileSaveDialog*)Unsafe.AsPointer(ref this), hr).ThrowOnFailure(); 713 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IFileSaveDialog*)Unsafe.AsPointer(ref this), guid).ThrowOnFailure(); 738 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IFileSaveDialog*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 763 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItemFilter* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pFilter).ThrowOnFailure(); 797 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IFileSaveDialog*)Unsafe.AsPointer(ref this), psi).ThrowOnFailure(); 834 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pStore).ThrowOnFailure(); 875 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pList, fAppendDefault).ThrowOnFailure(); 912 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyStore** ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IFileSaveDialog*)Unsafe.AsPointer(ref this), ppStore).ThrowOnFailure(); 961 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.IShellItem* ,winmdroot.UI.Shell.PropertiesSystem.IPropertyStore* ,winmdroot.Foundation.HWND ,winmdroot.UI.Shell.IFileOperationProgressSink* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IFileSaveDialog*)Unsafe.AsPointer(ref this), psi, pStore, hwnd, pSink).ThrowOnFailure();
_generated\135\Windows.Win32.IFont.g.cs (24)
91 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 96 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 155 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.System.Com.CY* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 160 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.System.Com.CY ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 219 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 224 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 283 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 288 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 347 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 352 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 411 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 416 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 475 ((delegate *unmanaged [Stdcall]<IFont*,short* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 480 ((delegate *unmanaged [Stdcall]<IFont*,short ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 539 ((delegate *unmanaged [Stdcall]<IFont*,short* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 544 ((delegate *unmanaged [Stdcall]<IFont*,short ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IFont*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 604 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Graphics.Gdi.HFONT* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IFont*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 644 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.System.Ole.IFont** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IFont*)Unsafe.AsPointer(ref this), ppFont).ThrowOnFailure(); 678 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.System.Ole.IFont* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IFont*)Unsafe.AsPointer(ref this), pFontOther).ThrowOnFailure(); 710 ((delegate *unmanaged [Stdcall]<IFont*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IFont*)Unsafe.AsPointer(ref this), cyLogical, cyHimetric).ThrowOnFailure(); 758 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Graphics.Gdi.TEXTMETRICW* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IFont*)Unsafe.AsPointer(ref this), pTM).ThrowOnFailure(); 792 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Graphics.Gdi.HFONT ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IFont*)Unsafe.AsPointer(ref this), hFont).ThrowOnFailure(); 829 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Graphics.Gdi.HFONT ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IFont*)Unsafe.AsPointer(ref this), hFont).ThrowOnFailure(); 864 ((delegate *unmanaged [Stdcall]<IFont*,winmdroot.Graphics.Gdi.HDC ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IFont*)Unsafe.AsPointer(ref this), hDC).ThrowOnFailure();
_generated\136\Windows.Win32.IFontDisp.g.cs (4)
69 ((delegate *unmanaged [Stdcall]<IFontDisp*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IFontDisp*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 74 ((delegate *unmanaged [Stdcall]<IFontDisp*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IFontDisp*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 95 ((delegate *unmanaged [Stdcall]<IFontDisp*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IFontDisp*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 134 ((delegate *unmanaged [Stdcall]<IFontDisp*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IFontDisp*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
_generated\138\Windows.Win32.IGetVBAObject.g.cs (1)
104 ((delegate *unmanaged [Stdcall]<IGetVBAObject*,global::System.Guid* ,void** ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IGetVBAObject*)Unsafe.AsPointer(ref this), riid, ppvObj, dwReserved).ThrowOnFailure();
_generated\140\Windows.Win32.IGridProvider.g.cs (1)
98 ((delegate *unmanaged [Stdcall]<IGridProvider*,int ,int ,winmdroot.UI.Accessibility.IRawElementProviderSimple** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IGridProvider*)Unsafe.AsPointer(ref this), row, column, &__retVal).ThrowOnFailure();
_generated\141\Windows.Win32.IHTMLCurrentStyle.g.cs (95)
68 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 193 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 224 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 255 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 286 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 317 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 348 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 379 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 410 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 441 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 472 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 503 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 534 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 565 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 596 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 627 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 658 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 689 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 720 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 751 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 782 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 813 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 844 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 875 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 906 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 937 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 968 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 999 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1030 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1061 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1092 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1123 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1154 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1185 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1216 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1247 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1278 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1309 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1340 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1371 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1402 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1433 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1464 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1495 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1526 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1557 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1588 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1619 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1650 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1681 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1712 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1743 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1774 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1805 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1836 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1867 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1898 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1929 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1960 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1991 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2022 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2053 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2084 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2112 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 2142 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2173 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2204 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2235 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2266 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2297 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2328 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2359 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2390 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2421 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2452 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2483 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2514 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2545 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2576 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2607 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2638 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2669 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2700 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2731 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2762 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2793 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2824 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2855 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2886 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2917 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2948 ((delegate *unmanaged [Stdcall]<IHTMLCurrentStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[97])((IHTMLCurrentStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\142\Windows.Win32.IHTMLDataTransfer.g.cs (11)
68 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 170 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, data, &__retVal).ThrowOnFailure(); 197 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, &__retVal).ThrowOnFailure(); 224 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), format, &__retVal).ThrowOnFailure(); 253 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 258 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 309 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 314 ((delegate *unmanaged [Stdcall]<IHTMLDataTransfer*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLDataTransfer*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\143\Windows.Win32.IHTMLDocument.g.cs (4)
68 ((delegate *unmanaged [Stdcall]<IHTMLDocument*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLDocument*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLDocument*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDocument*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLDocument*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDocument*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLDocument*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDocument*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
_generated\144\Windows.Win32.IHTMLDocument2.g.cs (78)
68 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLDocument2*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDocument2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDocument2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDocument2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 287 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 368 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 460 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 490 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 495 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 547 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLSelectionObject** ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 578 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 609 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLFramesCollection2** ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 640 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 671 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1007 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1063 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1093 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1098 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1271 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1276 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1486 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1517 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1548 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1579 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1610 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1641 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1672 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1724 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IHTMLDocument2*)Unsafe.AsPointer(ref this), psarray).ThrowOnFailure(); 1774 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IHTMLDocument2*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 1799 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IHTMLDocument2*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 1825 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1852 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1879 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1906 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1933 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1960 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 2023 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLDocument2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 2077 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2082 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2133 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2138 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2189 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2194 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2245 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2250 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2301 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2306 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2357 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2362 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2413 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2418 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2469 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2474 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2525 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2530 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2581 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2586 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2637 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2642 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2693 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2698 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2749 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[97])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2754 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[98])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2805 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[99])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2810 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[100])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2861 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[101])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2866 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[102])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2917 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[103])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2922 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[104])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2973 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[105])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2978 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[106])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3080 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Web.MsHtml.IHTMLStyleSheetsCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[109])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3110 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[110])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3115 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[111])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3166 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[112])((IHTMLDocument2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3171 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[113])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3220 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[114])((IHTMLDocument2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 3247 ((delegate *unmanaged [Stdcall]<IHTMLDocument2*,winmdroot.Foundation.BSTR ,int ,winmdroot.Web.MsHtml.IHTMLStyleSheet** ,winmdroot.Foundation.HRESULT>)lpVtbl[115])((IHTMLDocument2*)Unsafe.AsPointer(ref this), bstrHref, lIndex, &__retVal).ThrowOnFailure();
_generated\145\Windows.Win32.IHTMLDocument3.g.cs (39)
68 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLDocument3*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDocument3*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDocument3*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDocument3*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 158 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLDocument3*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 183 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLDocument3*)Unsafe.AsPointer(ref this), fForce).ThrowOnFailure(); 209 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDocument3*)Unsafe.AsPointer(ref this), text, &__retVal).ThrowOnFailure(); 239 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 270 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 361 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 366 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 417 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 422 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 473 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 478 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 529 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 534 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 585 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 590 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 641 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 646 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 697 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 702 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 814 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 819 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 870 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 875 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 924 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Web.MsHtml.IHTMLDocument2** ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 954 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Web.MsHtml.IHTMLDocument2** ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 984 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 989 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1040 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1045 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1097 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1127 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1132 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1183 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLDocument3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1188 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLDocument3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1237 ((delegate *unmanaged [Stdcall]<IHTMLDocument3*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLElementCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLDocument3*)Unsafe.AsPointer(ref this), v, &__retVal).ThrowOnFailure();
_generated\146\Windows.Win32.IHTMLDocument4.g.cs (15)
68 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLDocument4*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDocument4*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDocument4*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDocument4*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDocument4*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 227 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDocument4*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 279 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLDocument4*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 307 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLDocument2** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLDocument4*)Unsafe.AsPointer(ref this), bstrUrl, bstrOptions, &__retVal).ThrowOnFailure(); 336 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLDocument4*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 341 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLDocument4*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 401 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT* ,winmdroot.Web.MsHtml.IHTMLEventObj** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLDocument4*)Unsafe.AsPointer(ref this), pvarEventObject, &__retVal).ThrowOnFailure(); 467 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLRenderStyle** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLDocument4*)Unsafe.AsPointer(ref this), v, &__retVal).ThrowOnFailure(); 496 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLDocument4*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 501 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLDocument4*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 553 ((delegate *unmanaged [Stdcall]<IHTMLDocument4*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLDocument4*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\147\Windows.Win32.IHTMLDOMNode.g.cs (21)
68 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 193 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 221 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 251 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 282 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 310 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Web.MsHtml.IHTMLDOMNode* ,winmdroot.System.Variant.VARIANT ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), newChild, refChild, &__retVal).ThrowOnFailure(); 362 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Web.MsHtml.IHTMLDOMNode* ,winmdroot.Web.MsHtml.IHTMLDOMNode* ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), newChild, oldChild, &__retVal).ThrowOnFailure(); 389 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), fDeep, &__retVal).ThrowOnFailure(); 416 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), fDeep, &__retVal).ThrowOnFailure(); 443 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Web.MsHtml.IHTMLDOMNode* ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), otherNode, &__retVal).ThrowOnFailure(); 470 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Web.MsHtml.IHTMLDOMNode* ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), replacement, &__retVal).ThrowOnFailure(); 497 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Web.MsHtml.IHTMLDOMNode* ,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), newChild, &__retVal).ThrowOnFailure(); 527 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 557 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 562 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 639 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 670 ((delegate *unmanaged [Stdcall]<IHTMLDOMNode*,winmdroot.Web.MsHtml.IHTMLDOMNode** ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLDOMNode*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\148\Windows.Win32.IHTMLElement.g.cs (67)
68 ((delegate *unmanaged [Stdcall]<IHTMLElement*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLElement*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLElement*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLElement*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLElement*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLElement*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLElement*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 220 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLElement*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 249 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 254 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 452 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 457 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 508 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 513 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 564 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 569 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 620 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 625 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 676 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 681 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 732 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 737 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 788 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 793 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 844 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 849 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 900 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 905 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 956 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 961 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1012 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1017 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1093 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1098 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1149 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1154 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1205 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1210 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1284 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLElement*)Unsafe.AsPointer(ref this), pChild, &__retVal).ThrowOnFailure(); 1314 ((delegate *unmanaged [Stdcall]<IHTMLElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1345 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1375 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1380 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1841 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLElement*)Unsafe.AsPointer(ref this), where, html).ThrowOnFailure(); 1866 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLElement*)Unsafe.AsPointer(ref this), where, text).ThrowOnFailure(); 1895 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1926 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1953 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLElement*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 1982 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Web.MsHtml.IHTMLFiltersCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2012 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2017 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2066 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLElement*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 2095 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2100 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2151 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2156 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2207 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2212 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2263 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2268 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2319 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2324 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2375 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2380 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2431 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2436 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2487 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2492 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2543 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2548 ((delegate *unmanaged [Stdcall]<IHTMLElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\149\Windows.Win32.IHTMLElement2.g.cs (83)
68 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLElement2*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLElement2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLElement2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLElement2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 189 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLElement2*)Unsafe.AsPointer(ref this), containerCapture).ThrowOnFailure(); 214 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLElement2*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 242 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 247 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 296 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,int ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLElement2*)Unsafe.AsPointer(ref this), x, y, &__retVal).ThrowOnFailure(); 322 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLElement2*)Unsafe.AsPointer(ref this), component).ThrowOnFailure(); 350 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 355 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 406 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 411 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 462 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 467 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 518 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 523 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 574 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 579 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 630 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 635 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 686 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 691 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 742 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 747 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 798 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 803 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 854 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 859 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 910 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 915 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 966 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 971 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1022 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1027 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1079 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.IHTMLCurrentStyle** ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1109 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1114 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1163 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.IHTMLRectCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 1190 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.IHTMLRect** ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 1216 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLElement2*)Unsafe.AsPointer(ref this), propname, expression, language).ThrowOnFailure(); 1242 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLElement2*)Unsafe.AsPointer(ref this), propname, &__retVal).ThrowOnFailure(); 1269 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLElement2*)Unsafe.AsPointer(ref this), propname, &__retVal).ThrowOnFailure(); 1384 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1389 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1440 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1445 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1496 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1501 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1552 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1557 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1630 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IHTMLElement2*)Unsafe.AsPointer(ref this), pUnk).ThrowOnFailure(); 1655 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Com.IUnknown* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLElement2*)Unsafe.AsPointer(ref this), pUnk).ThrowOnFailure(); 1889 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1919 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1924 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1975 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1980 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2031 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2036 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2087 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2092 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2143 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2148 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2197 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 2417 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLElement2*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 2442 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLElement2*)Unsafe.AsPointer(ref this), mergeThis).ThrowOnFailure(); 2470 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2475 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2549 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.Foundation.BSTR ,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLElement2*)Unsafe.AsPointer(ref this), apply, where, &__retVal).ThrowOnFailure(); 2576 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLElement2*)Unsafe.AsPointer(ref this), where, &__retVal).ThrowOnFailure(); 2603 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLElement2*)Unsafe.AsPointer(ref this), where, newText, &__retVal).ThrowOnFailure(); 2677 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLElement2*)Unsafe.AsPointer(ref this), bstrUrl, pvarFactory, &__retVal).ThrowOnFailure(); 2704 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLElement2*)Unsafe.AsPointer(ref this), cookie, &__retVal).ThrowOnFailure(); 2734 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Web.MsHtml.IHTMLStyle** ,winmdroot.Foundation.HRESULT>)lpVtbl[97])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2765 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[98])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2795 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[99])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2800 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[100])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2851 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[101])((IHTMLElement2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2856 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[102])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2908 ((delegate *unmanaged [Stdcall]<IHTMLElement2*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[103])((IHTMLElement2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\150\Windows.Win32.IHTMLElement3.g.cs (44)
68 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLElement3*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLElement3*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLElement3*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLElement3*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 168 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Web.MsHtml.IHTMLElement* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLElement3*)Unsafe.AsPointer(ref this), mergeThis, pvarFlags).ThrowOnFailure(); 197 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 228 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 258 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 263 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 314 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 319 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 370 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 375 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 426 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 431 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 479 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLElement3*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 507 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 512 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 564 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 594 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 599 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 712 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 742 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 747 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 798 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 803 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 893 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 898 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 949 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 954 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1005 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1010 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1061 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1066 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1117 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1122 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1173 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1178 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1229 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1234 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1285 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLElement3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1290 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1339 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 1369 ((delegate *unmanaged [Stdcall]<IHTMLElement3*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLElement3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\151\Windows.Win32.IHTMLElementCollection.g.cs (8)
68 ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 159 ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 188 ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 254 ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 307 ((delegate *unmanaged [Stdcall]<IHTMLElementCollection*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLElementCollection*)Unsafe.AsPointer(ref this), tagName, &__retVal).ThrowOnFailure();
_generated\152\Windows.Win32.IHTMLEventObj.g.cs (29)
68 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLEventObj*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLEventObj*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLEventObj*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLEventObj*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 193 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 224 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 255 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 285 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLEventObj*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 290 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 341 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLEventObj*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 346 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 398 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 429 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 459 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLEventObj*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 464 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 516 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 547 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 578 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 609 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 640 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 671 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 702 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 733 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 764 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 795 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 826 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 857 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 888 ((delegate *unmanaged [Stdcall]<IHTMLEventObj*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLEventObj*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\153\Windows.Win32.IHTMLFiltersCollection.g.cs (7)
68 ((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 193 ((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 232 ((delegate *unmanaged [Stdcall]<IHTMLFiltersCollection*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLFiltersCollection*)Unsafe.AsPointer(ref this), pvarIndex, &__retVal).ThrowOnFailure();
_generated\154\Windows.Win32.IHTMLFormElement.g.cs (28)
68 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLFormElement*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLFormElement*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLFormElement*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLFormElement*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 217 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 273 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 278 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 329 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 334 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 386 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 416 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 421 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 472 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 477 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 528 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 533 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 584 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 589 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 637 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLFormElement*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 662 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLFormElement*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 690 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLFormElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 695 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 747 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLFormElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 775 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLFormElement*)Unsafe.AsPointer(ref this), name, index, &__retVal).ThrowOnFailure(); 802 ((delegate *unmanaged [Stdcall]<IHTMLFormElement*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLFormElement*)Unsafe.AsPointer(ref this), tagName, &__retVal).ThrowOnFailure();
_generated\155\Windows.Win32.IHTMLFrameBase.g.cs (22)
68 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 217 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 273 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 278 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 329 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 334 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 385 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 390 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 441 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 446 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 497 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 502 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 553 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 558 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 609 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 614 ((delegate *unmanaged [Stdcall]<IHTMLFrameBase*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLFrameBase*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\156\Windows.Win32.IHTMLFramesCollection2.g.cs (4)
68 ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLFramesCollection2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLFramesCollection2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure();
_generated\157\Windows.Win32.IHTMLImageElementFactory.g.cs (5)
68 ((delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLImageElementFactory*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLImageElementFactory*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLImageElementFactory*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLImageElementFactory*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 159 ((delegate *unmanaged [Stdcall]<IHTMLImageElementFactory*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Web.MsHtml.IHTMLImgElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLImageElementFactory*)Unsafe.AsPointer(ref this), width, height, &__retVal).ThrowOnFailure();
_generated\158\Windows.Win32.IHTMLImgElement.g.cs (52)
68 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLImgElement*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLImgElement*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLImgElement*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLImgElement*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 217 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 274 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 305 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 336 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 367 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 398 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 429 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 460 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 491 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 521 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 526 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 577 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 582 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 633 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 638 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 689 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 694 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 745 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 750 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 801 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 806 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 857 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 862 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 913 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 918 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 970 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1001 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1031 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1036 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1087 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1092 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1143 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1148 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1199 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1204 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1255 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1260 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1311 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1316 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1367 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1372 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1423 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1428 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1479 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLImgElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1484 ((delegate *unmanaged [Stdcall]<IHTMLImgElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLImgElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\159\Windows.Win32.IHTMLLocation.g.cs (23)
68 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLLocation*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLLocation*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLLocation*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLLocation*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 226 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 231 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 282 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 287 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 338 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 343 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 394 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 399 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 450 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 455 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 506 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 511 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 562 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLLocation*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 567 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 615 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLLocation*)Unsafe.AsPointer(ref this), flag).ThrowOnFailure(); 640 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLLocation*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure(); 665 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLLocation*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure(); 691 ((delegate *unmanaged [Stdcall]<IHTMLLocation*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLLocation*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
_generated\160\Windows.Win32.IHTMLMimeTypesCollection.g.cs (5)
68 ((delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLMimeTypesCollection*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLMimeTypesCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLMimeTypesCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLMimeTypesCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLMimeTypesCollection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLMimeTypesCollection*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\161\Windows.Win32.IHTMLOpsProfile.g.cs (13)
68 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 159 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, reserved, &__retVal).ThrowOnFailure(); 185 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 210 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), usage, fname, domain, path, expire, reserved).ThrowOnFailure(); 236 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, &__retVal).ThrowOnFailure(); 263 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, value, prefs, &__retVal).ThrowOnFailure(); 290 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 317 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), name, reserved, &__retVal).ThrowOnFailure(); 343 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), usage, fname, domain, path, expire, reserved).ThrowOnFailure(); 369 ((delegate *unmanaged [Stdcall]<IHTMLOpsProfile*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLOpsProfile*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
_generated\162\Windows.Win32.IHTMLOptionElement.g.cs (15)
68 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 217 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 273 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 278 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 329 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 334 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 385 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 390 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 442 ((delegate *unmanaged [Stdcall]<IHTMLOptionElement*,winmdroot.Web.MsHtml.IHTMLFormElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLOptionElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\163\Windows.Win32.IHTMLOptionElementFactory.g.cs (5)
68 ((delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLOptionElementFactory*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLOptionElementFactory*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLOptionElementFactory*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLOptionElementFactory*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 159 ((delegate *unmanaged [Stdcall]<IHTMLOptionElementFactory*,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.System.Variant.VARIANT ,winmdroot.Web.MsHtml.IHTMLOptionElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLOptionElementFactory*)Unsafe.AsPointer(ref this), text, value, defaultselected, selected, &__retVal).ThrowOnFailure();
_generated\164\Windows.Win32.IHTMLPluginsCollection.g.cs (6)
68 ((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 189 ((delegate *unmanaged [Stdcall]<IHTMLPluginsCollection*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLPluginsCollection*)Unsafe.AsPointer(ref this), reload).ThrowOnFailure();
_generated\165\Windows.Win32.IHTMLRect.g.cs (12)
68 ((delegate *unmanaged [Stdcall]<IHTMLRect*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLRect*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLRect*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLRect*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLRect*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLRect*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLRect*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLRect*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLRect*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 217 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLRect*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLRect*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 273 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLRect*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 278 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLRect*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 329 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLRect*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 334 ((delegate *unmanaged [Stdcall]<IHTMLRect*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLRect*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\166\Windows.Win32.IHTMLRectCollection.g.cs (7)
68 ((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 193 ((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 232 ((delegate *unmanaged [Stdcall]<IHTMLRectCollection*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLRectCollection*)Unsafe.AsPointer(ref this), pvarIndex, &__retVal).ThrowOnFailure();
_generated\167\Windows.Win32.IHTMLRenderStyle.g.cs (22)
68 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 217 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 273 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 278 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 329 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 334 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 385 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 390 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 441 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 446 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 497 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 502 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 553 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 558 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 609 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 614 ((delegate *unmanaged [Stdcall]<IHTMLRenderStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLRenderStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\168\Windows.Win32.IHTMLRuleStyle.g.cs (166)
68 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 217 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 273 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 278 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 329 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 334 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 385 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 390 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 441 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 446 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 497 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 502 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 553 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 558 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 609 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 614 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 665 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 670 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 721 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 726 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 777 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 782 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 833 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 838 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 889 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 894 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 945 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 950 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1001 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1006 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1057 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1062 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1113 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1118 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1169 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1174 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1225 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1230 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1281 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1286 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1337 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1342 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1393 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1398 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1449 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1454 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1505 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1510 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1561 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1566 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1617 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1622 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1673 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1678 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1729 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1734 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1785 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1790 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1841 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1846 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1897 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1902 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1953 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1958 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2009 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2014 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2065 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2070 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2121 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2126 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2177 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2182 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2233 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2238 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2289 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2294 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2345 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2350 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2401 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2406 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2457 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2462 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2513 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2518 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2569 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2574 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2625 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2630 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2681 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[97])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2686 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[98])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2737 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[99])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2742 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[100])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2793 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[101])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2798 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[102])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2849 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[103])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2854 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[104])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2905 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[105])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2910 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[106])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2961 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[107])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2966 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[108])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3017 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[109])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3022 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[110])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3073 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[111])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3078 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[112])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3129 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[113])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3134 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[114])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3185 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[115])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3190 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[116])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3241 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[117])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3246 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[118])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3297 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[119])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3302 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[120])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3353 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[121])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3358 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[122])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3409 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[123])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3414 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[124])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3465 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[125])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3470 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[126])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3521 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[127])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3526 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[128])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3577 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[129])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3582 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[130])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3633 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[131])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3638 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[132])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3689 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[133])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3694 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[134])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3745 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[135])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3750 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[136])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3801 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[137])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3806 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[138])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3857 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[139])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3862 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[140])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3913 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[141])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3918 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[142])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3969 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[143])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3974 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[144])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4025 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[145])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4030 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[146])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4081 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[147])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4086 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[148])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4138 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[149])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4168 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[150])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4173 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[151])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4224 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[152])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4229 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[153])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4280 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[154])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4285 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[155])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4336 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[156])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4341 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[157])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4392 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[158])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4397 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[159])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4448 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[160])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4453 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[161])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4504 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[162])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4509 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[163])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4560 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[164])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4565 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[165])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4613 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[166])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), strAttributeName, AttributeValue, lFlags).ThrowOnFailure(); 4639 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[167])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 4666 ((delegate *unmanaged [Stdcall]<IHTMLRuleStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[168])((IHTMLRuleStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure();
_generated\169\Windows.Win32.IHTMLScreen.g.cs (14)
68 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLScreen*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLScreen*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLScreen*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLScreen*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLScreen*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 192 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLScreen*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 197 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLScreen*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 249 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLScreen*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 280 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLScreen*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 310 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLScreen*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 315 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLScreen*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 367 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLScreen*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 398 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLScreen*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 429 ((delegate *unmanaged [Stdcall]<IHTMLScreen*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLScreen*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\170\Windows.Win32.IHTMLSelectionObject.g.cs (8)
68 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 159 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 185 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 210 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 239 ((delegate *unmanaged [Stdcall]<IHTMLSelectionObject*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLSelectionObject*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\171\Windows.Win32.IHTMLStyle.g.cs (181)
68 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLStyle*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyle*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyle*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLStyle*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 217 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 273 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 278 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 329 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 334 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 385 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 390 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 441 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 446 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 497 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 502 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 553 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 558 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 609 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 614 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 665 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 670 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 721 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 726 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 777 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 782 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 833 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 838 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 889 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 894 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 945 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 950 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1001 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1006 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1057 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1062 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1113 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1118 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1169 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1174 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1225 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1230 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1281 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1286 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1337 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1342 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1393 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1398 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1449 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1454 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1505 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1510 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1561 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1566 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1617 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1622 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1673 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1678 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1729 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1734 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1785 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1790 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1841 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1846 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1897 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1902 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1953 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1958 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2009 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2014 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2065 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2070 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2121 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2126 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2177 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2182 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2233 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2238 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2289 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2294 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[84])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2345 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[85])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2350 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[86])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2401 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[87])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2406 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[88])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2457 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[89])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2462 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[90])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2513 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[91])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2518 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[92])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2569 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[93])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2574 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[94])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2625 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[95])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2630 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[96])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2681 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[97])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2686 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[98])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2737 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[99])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2742 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[100])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2793 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[101])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2798 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[102])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2849 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[103])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2854 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[104])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2905 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[105])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2910 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[106])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2961 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[107])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2966 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[108])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3017 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[109])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3022 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[110])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3073 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[111])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3078 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[112])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3129 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[113])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3134 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[114])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3185 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[115])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3190 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[116])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3241 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[117])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3246 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[118])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3297 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[119])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3302 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[120])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3353 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[121])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3358 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[122])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3409 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[123])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3414 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[124])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3465 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[125])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3470 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[126])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3521 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[127])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3526 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[128])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3577 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[129])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3582 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[130])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3633 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[131])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3638 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[132])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3689 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[133])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3694 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[134])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3745 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[135])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3750 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[136])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3801 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[137])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3806 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[138])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3857 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[139])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3862 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[140])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3913 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[141])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3918 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[142])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 3969 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[143])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 3974 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[144])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4025 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[145])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4030 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[146])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4081 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[147])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4086 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[148])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4138 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[149])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4168 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[150])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4173 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[151])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4224 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[152])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4229 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[153])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4280 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[154])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4285 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[155])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4336 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[156])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4341 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[157])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4453 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[160])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4458 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[161])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4509 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[162])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4514 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[163])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4565 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[164])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4570 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[165])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4621 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[166])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4626 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[167])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4677 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[168])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4682 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[169])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4733 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[170])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4738 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[171])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4789 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[172])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4794 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[173])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4845 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[174])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4850 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[175])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4901 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[176])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4906 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[177])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 4957 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[178])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 4962 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[179])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 5013 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[180])((IHTMLStyle*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 5018 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[181])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 5066 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[182])((IHTMLStyle*)Unsafe.AsPointer(ref this), strAttributeName, AttributeValue, lFlags).ThrowOnFailure(); 5092 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[183])((IHTMLStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 5119 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR ,int ,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[184])((IHTMLStyle*)Unsafe.AsPointer(ref this), strAttributeName, lFlags, &__retVal).ThrowOnFailure(); 5146 ((delegate *unmanaged [Stdcall]<IHTMLStyle*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[185])((IHTMLStyle*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
_generated\172\Windows.Win32.IHTMLStyleSheet.g.cs (25)
68 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 218 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.IHTMLStyleSheet** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 249 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.IHTMLElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 279 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 284 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 336 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 367 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.IHTMLStyleSheetsCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 397 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 402 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 454 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 485 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 513 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), bstrURL, lIndex, &__retVal).ThrowOnFailure(); 540 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), bstrSelector, bstrStyle, lIndex, &__retVal).ThrowOnFailure(); 566 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), lIndex).ThrowOnFailure(); 591 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), lIndex).ThrowOnFailure(); 619 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 624 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 675 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 680 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 732 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheet*,winmdroot.Web.MsHtml.IHTMLStyleSheetRulesCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IHTMLStyleSheet*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\173\Windows.Win32.IHTMLStyleSheetRule.g.cs (8)
68 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 166 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 218 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Web.MsHtml.IHTMLRuleStyle** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 249 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRule*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLStyleSheetRule*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\174\Windows.Win32.IHTMLStyleSheetRulesCollection.g.cs (6)
68 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLStyleSheetRulesCollection*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyleSheetRulesCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyleSheetRulesCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLStyleSheetRulesCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLStyleSheetRulesCollection*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 190 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetRulesCollection*,int ,winmdroot.Web.MsHtml.IHTMLStyleSheetRule** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLStyleSheetRulesCollection*)Unsafe.AsPointer(ref this), index, &__retVal).ThrowOnFailure();
_generated\175\Windows.Win32.IHTMLStyleSheetsCollection.g.cs (7)
68 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 193 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 232 ((delegate *unmanaged [Stdcall]<IHTMLStyleSheetsCollection*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IHTMLStyleSheetsCollection*)Unsafe.AsPointer(ref this), pvarIndex, &__retVal).ThrowOnFailure();
_generated\176\Windows.Win32.IHTMLWindow2.g.cs (51)
68 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLWindow2*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLWindow2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLWindow2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLWindow2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 170 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLWindow2*)Unsafe.AsPointer(ref this), pvarIndex, &__retVal).ThrowOnFailure(); 260 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 265 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 386 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLWindow2*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure(); 412 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLWindow2*)Unsafe.AsPointer(ref this), timerID).ThrowOnFailure(); 538 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IHTMLImageElementFactory** ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 643 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 709 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IOmNavigator** ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 851 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 882 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 913 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 968 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 973 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1024 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1029 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1080 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1085 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1136 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1141 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1192 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1197 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1248 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1253 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1304 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1309 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1360 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1365 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1416 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1421 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1498 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IHTMLEventObj** ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1529 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1571 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IHTMLWindow2*)Unsafe.AsPointer(ref this), dialog, varArgIn, varOptions, &__retVal).ThrowOnFailure(); 1597 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IHTMLWindow2*)Unsafe.AsPointer(ref this), helpURL, helpArg, features).ThrowOnFailure(); 1626 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IHTMLScreen** ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1657 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IHTMLOptionElementFactory** ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1770 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IHTMLWindow2*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure(); 1799 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Web.MsHtml.IOmNavigator** ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1838 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IHTMLWindow2*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure(); 1864 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IHTMLWindow2*)Unsafe.AsPointer(ref this), timerID).ThrowOnFailure(); 1892 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IHTMLWindow2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1897 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1946 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IHTMLWindow2*)Unsafe.AsPointer(ref this), code, language, &__retVal).ThrowOnFailure(); 1973 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 1999 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IHTMLWindow2*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure(); 2074 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IHTMLWindow2*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure(); 2124 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IHTMLWindow2*)Unsafe.AsPointer(ref this), x, y).ThrowOnFailure(); 2153 ((delegate *unmanaged [Stdcall]<IHTMLWindow2*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IHTMLWindow2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\177\Windows.Win32.IHTMLWindow3.g.cs (13)
68 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLWindow3*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLWindow3*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLWindow3*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLWindow3*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 306 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IHTMLWindow3*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure(); 347 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.System.Variant.VARIANT* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IHTMLWindow3*)Unsafe.AsPointer(ref this), expression, msec, language, &__retVal).ThrowOnFailure(); 373 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IHTMLWindow3*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 401 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IHTMLWindow3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 406 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IHTMLWindow3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 457 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IHTMLWindow3*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 462 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IHTMLWindow3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 514 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Web.MsHtml.IHTMLDataTransfer** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IHTMLWindow3*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 556 ((delegate *unmanaged [Stdcall]<IHTMLWindow3*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Web.MsHtml.IHTMLWindow2** ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IHTMLWindow3*)Unsafe.AsPointer(ref this), url, varArgIn, options, &__retVal).ThrowOnFailure();
_generated\178\Windows.Win32.IHTMLWindow4.g.cs (5)
68 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IHTMLWindow4*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IHTMLWindow4*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IHTMLWindow4*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IHTMLWindow4*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 170 ((delegate *unmanaged [Stdcall]<IHTMLWindow4*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IHTMLWindow4*)Unsafe.AsPointer(ref this), varArgIn, &__retVal).ThrowOnFailure();
_generated\179\Windows.Win32.IInvokeProvider.g.cs (1)
91 ((delegate *unmanaged [Stdcall]<IInvokeProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IInvokeProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\180\Windows.Win32.ILegacyIAccessibleProvider.g.cs (5)
90 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), flagsSelect).ThrowOnFailure(); 122 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 168 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), szValue).ThrowOnFailure(); 201 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.UI.Accessibility.IAccessible** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 555 ((delegate *unmanaged [Stdcall]<ILegacyIAccessibleProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((ILegacyIAccessibleProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
_generated\181\Windows.Win32.ILockBytes.g.cs (7)
112 ((delegate *unmanaged [Stdcall]<ILockBytes*,ulong ,void* ,uint ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ILockBytes*)Unsafe.AsPointer(ref this), ulOffset, pv, cb, pcbRead).ThrowOnFailure(); 170 ((delegate *unmanaged [Stdcall]<ILockBytes*,ulong ,void* ,uint ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ILockBytes*)Unsafe.AsPointer(ref this), ulOffset, pv, cb, pcbWritten).ThrowOnFailure(); 203 ((delegate *unmanaged [Stdcall]<ILockBytes*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ILockBytes*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 237 ((delegate *unmanaged [Stdcall]<ILockBytes*,ulong ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ILockBytes*)Unsafe.AsPointer(ref this), cb).ThrowOnFailure(); 276 ((delegate *unmanaged [Stdcall]<ILockBytes*,ulong ,ulong ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ILockBytes*)Unsafe.AsPointer(ref this), libOffset, cb, dwLockType).ThrowOnFailure(); 315 ((delegate *unmanaged [Stdcall]<ILockBytes*,ulong ,ulong ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ILockBytes*)Unsafe.AsPointer(ref this), libOffset, cb, dwLockType).ThrowOnFailure(); 366 ((delegate *unmanaged [Stdcall]<ILockBytes*,winmdroot.System.Com.STATSTG* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ILockBytes*)Unsafe.AsPointer(ref this), pstatstg, grfStatFlag).ThrowOnFailure();
_generated\186\Windows.Win32.IMessageFilter.g.cs (3)
74 __hr.ThrowOnFailure(); 110 __hr.ThrowOnFailure(); 145 __hr.ThrowOnFailure();
_generated\190\Windows.Win32.IModalWindow.g.cs (1)
91 ((delegate *unmanaged [Stdcall]<IModalWindow*,winmdroot.Foundation.HWND ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IModalWindow*)Unsafe.AsPointer(ref this), hwndOwner).ThrowOnFailure();
_generated\191\Windows.Win32.IMultipleViewProvider.g.cs (3)
94 ((delegate *unmanaged [Stdcall]<IMultipleViewProvider*,int ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IMultipleViewProvider*)Unsafe.AsPointer(ref this), viewId, &__retVal).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IMultipleViewProvider*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IMultipleViewProvider*)Unsafe.AsPointer(ref this), viewId).ThrowOnFailure(); 207 ((delegate *unmanaged [Stdcall]<IMultipleViewProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IMultipleViewProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
_generated\198\Windows.Win32.IOleAdviseHolder.g.cs (2)
171 ((delegate *unmanaged [Stdcall]<IOleAdviseHolder*,winmdroot.System.Com.IEnumSTATDATA** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleAdviseHolder*)Unsafe.AsPointer(ref this), ppenumAdvise).ThrowOnFailure(); 200 ((delegate *unmanaged [Stdcall]<IOleAdviseHolder*,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleAdviseHolder*)Unsafe.AsPointer(ref this), pmk).ThrowOnFailure();
_generated\199\Windows.Win32.IOleClientSite.g.cs (6)
88 ((delegate *unmanaged [Stdcall]<IOleClientSite*,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleClientSite*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 125 ((delegate *unmanaged [Stdcall]<IOleClientSite*,uint ,uint ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleClientSite*)Unsafe.AsPointer(ref this), dwAssign, dwWhichMoniker, ppmk).ThrowOnFailure(); 160 ((delegate *unmanaged [Stdcall]<IOleClientSite*,winmdroot.System.Ole.IOleContainer** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleClientSite*)Unsafe.AsPointer(ref this), ppContainer).ThrowOnFailure(); 194 ((delegate *unmanaged [Stdcall]<IOleClientSite*,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleClientSite*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 223 ((delegate *unmanaged [Stdcall]<IOleClientSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleClientSite*)Unsafe.AsPointer(ref this), fShow).ThrowOnFailure(); 254 ((delegate *unmanaged [Stdcall]<IOleClientSite*,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleClientSite*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\201\Windows.Win32.IOleContainer.g.cs (3)
89 ((delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleContainer*)Unsafe.AsPointer(ref this), pbc, pszDisplayName, pchEaten, ppmkOut).ThrowOnFailure(); 122 ((delegate *unmanaged [Stdcall]<IOleContainer*,uint ,winmdroot.System.Com.IEnumUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleContainer*)Unsafe.AsPointer(ref this), grfFlags, ppenum).ThrowOnFailure(); 154 ((delegate *unmanaged [Stdcall]<IOleContainer*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleContainer*)Unsafe.AsPointer(ref this), fLock).ThrowOnFailure();
_generated\204\Windows.Win32.IOleInPlaceActiveObject.g.cs (6)
89 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), phwnd).ThrowOnFailure(); 114 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 189 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fActivate).ThrowOnFailure(); 221 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fActivate).ThrowOnFailure(); 269 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.RECT* ,winmdroot.System.Ole.IOleInPlaceUIWindow* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), prcBorder, pUIWindow, fFrameWindow).ThrowOnFailure(); 300 ((delegate *unmanaged [Stdcall]<IOleInPlaceActiveObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleInPlaceActiveObject*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure();
_generated\206\Windows.Win32.IOleInPlaceObject.g.cs (2)
115 ((delegate *unmanaged [Stdcall]<IOleInPlaceObject*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceObject*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 265 ((delegate *unmanaged [Stdcall]<IOleInPlaceObject*,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleInPlaceObject*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\207\Windows.Win32.IOleInPlaceObjectWindowless.g.cs (8)
89 ((delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleInPlaceObjectWindowless*)Unsafe.AsPointer(ref this), phwnd).ThrowOnFailure(); 114 ((delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleInPlaceObjectWindowless*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 139 ((delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleInPlaceObjectWindowless*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 164 ((delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleInPlaceObjectWindowless*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 202 ((delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleInPlaceObjectWindowless*)Unsafe.AsPointer(ref this), lprcPosRect, lprcClipRect).ThrowOnFailure(); 227 ((delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleInPlaceObjectWindowless*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 276 ((delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,uint ,winmdroot.Foundation.WPARAM ,winmdroot.Foundation.LPARAM ,winmdroot.Foundation.LRESULT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleInPlaceObjectWindowless*)Unsafe.AsPointer(ref this), msg, wParam, lParam, plResult).ThrowOnFailure(); 312 ((delegate *unmanaged [Stdcall]<IOleInPlaceObjectWindowless*,winmdroot.System.Ole.IDropTarget** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleInPlaceObjectWindowless*)Unsafe.AsPointer(ref this), ppDropTarget).ThrowOnFailure();
_generated\208\Windows.Win32.IOleInPlaceSite.g.cs (4)
344 ((delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleInPlaceSite*)Unsafe.AsPointer(ref this), fUndoable).ThrowOnFailure(); 378 ((delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IOleInPlaceSite*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 412 ((delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IOleInPlaceSite*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 446 ((delegate *unmanaged [Stdcall]<IOleInPlaceSite*,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IOleInPlaceSite*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\210\Windows.Win32.IOleObject.g.cs (15)
169 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleObject*)Unsafe.AsPointer(ref this), szContainerApp, szContainerObj).ThrowOnFailure(); 208 ((delegate *unmanaged [Stdcall]<IOleObject*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleObject*)Unsafe.AsPointer(ref this), dwSaveOption).ThrowOnFailure(); 244 ((delegate *unmanaged [Stdcall]<IOleObject*,uint ,winmdroot.System.Com.IMoniker* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleObject*)Unsafe.AsPointer(ref this), dwWhichMoniker, pmk).ThrowOnFailure(); 279 ((delegate *unmanaged [Stdcall]<IOleObject*,uint ,uint ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleObject*)Unsafe.AsPointer(ref this), dwAssign, dwWhichMoniker, ppmk).ThrowOnFailure(); 316 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.IDataObject* ,winmdroot.Foundation.BOOL ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleObject*)Unsafe.AsPointer(ref this), pDataObject, fCreation, dwReserved).ThrowOnFailure(); 352 ((delegate *unmanaged [Stdcall]<IOleObject*,uint ,winmdroot.System.Com.IDataObject** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleObject*)Unsafe.AsPointer(ref this), dwReserved, ppDataObject).ThrowOnFailure(); 441 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Ole.IEnumOLEVERB** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IOleObject*)Unsafe.AsPointer(ref this), ppEnumOleVerb).ThrowOnFailure(); 475 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IOleObject*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 510 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IOleObject*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 552 ((delegate *unmanaged [Stdcall]<IOleObject*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IOleObject*)Unsafe.AsPointer(ref this), pClsid).ThrowOnFailure(); 599 ((delegate *unmanaged [Stdcall]<IOleObject*,uint ,winmdroot.Foundation.PWSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IOleObject*)Unsafe.AsPointer(ref this), dwFormOfType, pszUserType).ThrowOnFailure(); 739 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.IAdviseSink* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IOleObject*)Unsafe.AsPointer(ref this), pAdvSink, pdwConnection).ThrowOnFailure(); 771 ((delegate *unmanaged [Stdcall]<IOleObject*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IOleObject*)Unsafe.AsPointer(ref this), dwConnection).ThrowOnFailure(); 806 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.System.Com.IEnumSTATDATA** ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IOleObject*)Unsafe.AsPointer(ref this), ppenumAdvise).ThrowOnFailure(); 887 ((delegate *unmanaged [Stdcall]<IOleObject*,winmdroot.Graphics.Gdi.LOGPALETTE* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IOleObject*)Unsafe.AsPointer(ref this), pLogpal).ThrowOnFailure();
_generated\211\Windows.Win32.IOleParentUndoUnit.g.cs (9)
79 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoManager* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pUndoManager).ThrowOnFailure(); 114 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure(); 152 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,global::System.Guid* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pClsid, plID).ThrowOnFailure(); 177 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 209 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pPUU).ThrowOnFailure(); 245 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pPUU, fCommit).ThrowOnFailure(); 274 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 303 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 345 ((delegate *unmanaged [Stdcall]<IOleParentUndoUnit*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IOleParentUndoUnit*)Unsafe.AsPointer(ref this), pdwState).ThrowOnFailure();
_generated\212\Windows.Win32.IOleUndoManager.g.cs (11)
86 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleParentUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleUndoManager*)Unsafe.AsPointer(ref this), pPUU).ThrowOnFailure(); 154 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleUndoManager*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 197 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleUndoManager*)Unsafe.AsPointer(ref this), pdwState).ThrowOnFailure(); 232 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOleUndoManager*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 268 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOleUndoManager*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 303 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IOleUndoUnit* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOleUndoManager*)Unsafe.AsPointer(ref this), pUU).ThrowOnFailure(); 338 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOleUndoManager*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure(); 373 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.System.Ole.IEnumOleUndoUnits** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IOleUndoManager*)Unsafe.AsPointer(ref this), ppEnum).ThrowOnFailure(); 415 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IOleUndoManager*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure(); 457 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IOleUndoManager*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure(); 492 ((delegate *unmanaged [Stdcall]<IOleUndoManager*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IOleUndoManager*)Unsafe.AsPointer(ref this), fEnable).ThrowOnFailure();
_generated\213\Windows.Win32.IOleUndoUnit.g.cs (4)
86 ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.System.Ole.IOleUndoManager* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOleUndoUnit*)Unsafe.AsPointer(ref this), pUndoManager).ThrowOnFailure(); 128 ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOleUndoUnit*)Unsafe.AsPointer(ref this), pBstr).ThrowOnFailure(); 174 ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,global::System.Guid* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOleUndoUnit*)Unsafe.AsPointer(ref this), pClsid, plID).ThrowOnFailure(); 205 ((delegate *unmanaged [Stdcall]<IOleUndoUnit*,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOleUndoUnit*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\215\Windows.Win32.IOmHistory.g.cs (7)
68 ((delegate *unmanaged [Stdcall]<IOmHistory*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOmHistory*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IOmHistory*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOmHistory*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IOmHistory*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOmHistory*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IOmHistory*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOmHistory*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IOmHistory*,short* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOmHistory*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 199 ((delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOmHistory*)Unsafe.AsPointer(ref this), pvargdistance).ThrowOnFailure(); 234 ((delegate *unmanaged [Stdcall]<IOmHistory*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOmHistory*)Unsafe.AsPointer(ref this), pvargdistance).ThrowOnFailure();
_generated\216\Windows.Win32.IOmNavigator.g.cs (24)
68 ((delegate *unmanaged [Stdcall]<IOmNavigator*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IOmNavigator*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IOmNavigator*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IOmNavigator*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IOmNavigator*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IOmNavigator*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IOmNavigator*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IOmNavigator*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 193 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 224 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 255 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 283 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IOmNavigator*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 310 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IOmNavigator*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 340 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Web.MsHtml.IHTMLMimeTypesCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 371 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Web.MsHtml.IHTMLPluginsCollection** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 402 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 433 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Web.MsHtml.IHTMLOpsProfile** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 461 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IOmNavigator*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 491 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 522 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 553 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 584 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 615 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 646 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 677 ((delegate *unmanaged [Stdcall]<IOmNavigator*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 708 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 739 ((delegate *unmanaged [Stdcall]<IOmNavigator*,winmdroot.Web.MsHtml.IHTMLOpsProfile** ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IOmNavigator*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\217\Windows.Win32.IParseDisplayName.g.cs (1)
102 ((delegate *unmanaged [Stdcall]<IParseDisplayName*,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.System.Com.IMoniker** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IParseDisplayName*)Unsafe.AsPointer(ref this), pbc, pszDisplayName, pchEaten, ppmkOut).ThrowOnFailure();
_generated\219\Windows.Win32.IPersistPropertyBag.g.cs (1)
88 ((delegate *unmanaged [Stdcall]<IPersistPropertyBag*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPersistPropertyBag*)Unsafe.AsPointer(ref this), pClassID).ThrowOnFailure();
_generated\220\Windows.Win32.IPersistStorage.g.cs (1)
89 ((delegate *unmanaged [Stdcall]<IPersistStorage*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPersistStorage*)Unsafe.AsPointer(ref this), pClassID).ThrowOnFailure();
_generated\221\Windows.Win32.IPersistStreamInit.g.cs (2)
89 ((delegate *unmanaged [Stdcall]<IPersistStreamInit*,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPersistStreamInit*)Unsafe.AsPointer(ref this), pClassID).ThrowOnFailure(); 233 ((delegate *unmanaged [Stdcall]<IPersistStreamInit*,ulong* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IPersistStreamInit*)Unsafe.AsPointer(ref this), pCbSize).ThrowOnFailure();
_generated\222\Windows.Win32.IPropertyBag.g.cs (1)
147 ((delegate *unmanaged [Stdcall]<IPropertyBag*,winmdroot.Foundation.PCWSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPropertyBag*)Unsafe.AsPointer(ref this), pszPropName, pVar).ThrowOnFailure();
_generated\223\Windows.Win32.IPropertyDescriptionList.g.cs (2)
100 ((delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPropertyDescriptionList*)Unsafe.AsPointer(ref this), pcElem).ThrowOnFailure(); 155 ((delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,uint ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPropertyDescriptionList*)Unsafe.AsPointer(ref this), iElem, riid, ppv).ThrowOnFailure();
_generated\225\Windows.Win32.IPropertyStore.g.cs (5)
95 ((delegate *unmanaged [Stdcall]<IPropertyStore*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPropertyStore*)Unsafe.AsPointer(ref this), cProps).ThrowOnFailure(); 135 ((delegate *unmanaged [Stdcall]<IPropertyStore*,uint ,winmdroot.Foundation.PROPERTYKEY* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPropertyStore*)Unsafe.AsPointer(ref this), iProp, pkey).ThrowOnFailure(); 180 ((delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.Foundation.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.PROPVARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IPropertyStore*)Unsafe.AsPointer(ref this), key, pv).ThrowOnFailure(); 229 ((delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.Foundation.PROPERTYKEY* ,winmdroot.System.Com.StructuredStorage.PROPVARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IPropertyStore*)Unsafe.AsPointer(ref this), key, propvar).ThrowOnFailure(); 263 ((delegate *unmanaged [Stdcall]<IPropertyStore*,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IPropertyStore*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\227\Windows.Win32.IProvideClassInfo2.g.cs (2)
79 ((delegate *unmanaged [Stdcall]<IProvideClassInfo2*,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IProvideClassInfo2*)Unsafe.AsPointer(ref this), ppTI).ThrowOnFailure(); 121 ((delegate *unmanaged [Stdcall]<IProvideClassInfo2*,uint ,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IProvideClassInfo2*)Unsafe.AsPointer(ref this), dwGuidKind, pGUID).ThrowOnFailure();
_generated\228\Windows.Win32.IProvideMultipleClassInfo.g.cs (2)
79 ((delegate *unmanaged [Stdcall]<IProvideMultipleClassInfo*,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IProvideMultipleClassInfo*)Unsafe.AsPointer(ref this), ppTI).ThrowOnFailure(); 114 ((delegate *unmanaged [Stdcall]<IProvideMultipleClassInfo*,uint ,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IProvideMultipleClassInfo*)Unsafe.AsPointer(ref this), dwGuidKind, pGUID).ThrowOnFailure();
_generated\230\Windows.Win32.IRangeValueProvider.g.cs (1)
88 ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,double ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IRangeValueProvider*)Unsafe.AsPointer(ref this), val).ThrowOnFailure();
_generated\235\Windows.Win32.IRichEditOle.g.cs (16)
90 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.System.Ole.IOleClientSite** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IRichEditOle*)Unsafe.AsPointer(ref this), lplpolesite).ThrowOnFailure(); 101 __hr.ThrowOnFailure(); 131 __hr.ThrowOnFailure(); 201 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.UI.Controls.RichEdit.REOBJECT* ,winmdroot.UI.Controls.RichEdit.RICH_EDIT_GET_OBJECT_FLAGS ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, lpreobject, dwFlags).ThrowOnFailure(); 245 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.UI.Controls.RichEdit.REOBJECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IRichEditOle*)Unsafe.AsPointer(ref this), lpreobject).ThrowOnFailure(); 302 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,global::System.Guid* ,winmdroot.Foundation.PCSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, rclsidNew, lpstrUserTypeNew).ThrowOnFailure(); 355 ((delegate *unmanaged [Stdcall]<IRichEditOle*,global::System.Guid* ,global::System.Guid* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IRichEditOle*)Unsafe.AsPointer(ref this), rclsid, rclsidAs).ThrowOnFailure(); 408 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.PCSTR ,winmdroot.Foundation.PCSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IRichEditOle*)Unsafe.AsPointer(ref this), lpstrContainerApp, lpstrContainerObj).ThrowOnFailure(); 448 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, fAvailable).ThrowOnFailure(); 488 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, dvaspect).ThrowOnFailure(); 524 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IRichEditOle*)Unsafe.AsPointer(ref this), iob).ThrowOnFailure(); 564 ((delegate *unmanaged [Stdcall]<IRichEditOle*,int ,winmdroot.System.Com.StructuredStorage.IStorage* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IRichEditOle*)Unsafe.AsPointer(ref this), iob, lpstg).ThrowOnFailure(); 596 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IRichEditOle*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 632 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IRichEditOle*)Unsafe.AsPointer(ref this), fEnterMode).ThrowOnFailure(); 687 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.UI.Controls.RichEdit.CHARRANGE* ,uint ,winmdroot.System.Com.IDataObject** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IRichEditOle*)Unsafe.AsPointer(ref this), lpchrg, reco, lplpdataobj).ThrowOnFailure(); 732 ((delegate *unmanaged [Stdcall]<IRichEditOle*,winmdroot.System.Com.IDataObject* ,ushort ,winmdroot.Foundation.HGLOBAL ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IRichEditOle*)Unsafe.AsPointer(ref this), lpdataobj, cf, hMetaPict).ThrowOnFailure();
_generated\237\Windows.Win32.IScrollItemProvider.g.cs (1)
87 ((delegate *unmanaged [Stdcall]<IScrollItemProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IScrollItemProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\238\Windows.Win32.IScrollProvider.g.cs (8)
86 ((delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.UI.Accessibility.ScrollAmount ,winmdroot.UI.Accessibility.ScrollAmount ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IScrollProvider*)Unsafe.AsPointer(ref this), horizontalAmount, verticalAmount).ThrowOnFailure(); 127 ((delegate *unmanaged [Stdcall]<IScrollProvider*,double ,double ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IScrollProvider*)Unsafe.AsPointer(ref this), horizontalPercent, verticalPercent).ThrowOnFailure(); 158 ((delegate *unmanaged [Stdcall]<IScrollProvider*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IScrollProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 191 ((delegate *unmanaged [Stdcall]<IScrollProvider*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IScrollProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 226 ((delegate *unmanaged [Stdcall]<IScrollProvider*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IScrollProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 261 ((delegate *unmanaged [Stdcall]<IScrollProvider*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IScrollProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 297 ((delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IScrollProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 333 ((delegate *unmanaged [Stdcall]<IScrollProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IScrollProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\239\Windows.Win32.ISelectionItemProvider.g.cs (3)
84 ((delegate *unmanaged [Stdcall]<ISelectionItemProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ISelectionItemProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 117 ((delegate *unmanaged [Stdcall]<ISelectionItemProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ISelectionItemProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 150 ((delegate *unmanaged [Stdcall]<ISelectionItemProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ISelectionItemProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\240\Windows.Win32.ISelectionProvider.g.cs (1)
87 ((delegate *unmanaged [Stdcall]<ISelectionProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ISelectionProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
_generated\241\Windows.Win32.IShellFolder.g.cs (8)
129 ((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,winmdroot.System.Com.IBindCtx* ,winmdroot.Foundation.PWSTR ,uint* ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IShellFolder*)Unsafe.AsPointer(ref this), hwnd, pbc, pszDisplayName, pchEaten, ppidl, pdwAttributes).ThrowOnFailure(); 240 ((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.System.Com.IBindCtx* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IShellFolder*)Unsafe.AsPointer(ref this), pidl, pbc, riid, ppv).ThrowOnFailure(); 302 ((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.System.Com.IBindCtx* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IShellFolder*)Unsafe.AsPointer(ref this), pidl, pbc, riid, ppv).ThrowOnFailure(); 425 ((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IShellFolder*)Unsafe.AsPointer(ref this), hwndOwner, riid, ppv).ThrowOnFailure(); 482 ((delegate *unmanaged [Stdcall]<IShellFolder*,uint ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IShellFolder*)Unsafe.AsPointer(ref this), cidl, apidl, rgfInOut).ThrowOnFailure(); 552 ((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,uint ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,global::System.Guid* ,uint* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IShellFolder*)Unsafe.AsPointer(ref this), hwndOwner, cidl, apidl, riid, rgfReserved, ppv).ThrowOnFailure(); 610 ((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.UI.Shell.SHGDNF ,winmdroot.UI.Shell.Common.STRRET* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IShellFolder*)Unsafe.AsPointer(ref this), pidl, uFlags, pName).ThrowOnFailure(); 693 ((delegate *unmanaged [Stdcall]<IShellFolder*,winmdroot.Foundation.HWND ,winmdroot.UI.Shell.Common.ITEMIDLIST* ,winmdroot.Foundation.PCWSTR ,winmdroot.UI.Shell.SHGDNF ,winmdroot.UI.Shell.Common.ITEMIDLIST** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IShellFolder*)Unsafe.AsPointer(ref this), hwnd, pidl, pszName, uFlags, ppidlOut).ThrowOnFailure();
_generated\242\Windows.Win32.IShellItem.g.cs (5)
115 ((delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.System.Com.IBindCtx* ,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IShellItem*)Unsafe.AsPointer(ref this), pbc, bhid, riid, ppv).ThrowOnFailure(); 151 ((delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.UI.Shell.IShellItem** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IShellItem*)Unsafe.AsPointer(ref this), ppsi).ThrowOnFailure(); 199 ((delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.UI.Shell.SIGDN ,winmdroot.Foundation.PWSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IShellItem*)Unsafe.AsPointer(ref this), sigdnName, ppszName).ThrowOnFailure(); 249 ((delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.System.SystemServices.SFGAO_FLAGS ,winmdroot.System.SystemServices.SFGAO_FLAGS* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IShellItem*)Unsafe.AsPointer(ref this), sfgaoMask, psfgaoAttribs).ThrowOnFailure(); 306 ((delegate *unmanaged [Stdcall]<IShellItem*,winmdroot.UI.Shell.IShellItem* ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IShellItem*)Unsafe.AsPointer(ref this), psi, hint, piOrder).ThrowOnFailure();
_generated\243\Windows.Win32.IShellItemArray.g.cs (7)
115 ((delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.System.Com.IBindCtx* ,global::System.Guid* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IShellItemArray*)Unsafe.AsPointer(ref this), pbc, bhid, riid, ppvOut).ThrowOnFailure(); 174 ((delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.UI.Shell.PropertiesSystem.GETPROPERTYSTOREFLAGS ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IShellItemArray*)Unsafe.AsPointer(ref this), flags, riid, ppv).ThrowOnFailure(); 237 ((delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.Foundation.PROPERTYKEY* ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IShellItemArray*)Unsafe.AsPointer(ref this), keyType, riid, ppv).ThrowOnFailure(); 289 ((delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.UI.Shell.SIATTRIBFLAGS ,winmdroot.System.SystemServices.SFGAO_FLAGS ,winmdroot.System.SystemServices.SFGAO_FLAGS* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IShellItemArray*)Unsafe.AsPointer(ref this), AttribFlags, sfgaoMask, psfgaoAttribs).ThrowOnFailure(); 335 ((delegate *unmanaged [Stdcall]<IShellItemArray*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IShellItemArray*)Unsafe.AsPointer(ref this), pdwNumItems).ThrowOnFailure(); 373 ((delegate *unmanaged [Stdcall]<IShellItemArray*,uint ,winmdroot.UI.Shell.IShellItem** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IShellItemArray*)Unsafe.AsPointer(ref this), dwIndex, ppsi).ThrowOnFailure(); 409 ((delegate *unmanaged [Stdcall]<IShellItemArray*,winmdroot.UI.Shell.IEnumShellItems** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IShellItemArray*)Unsafe.AsPointer(ref this), ppenumShellItems).ThrowOnFailure();
_generated\244\Windows.Win32.IShellItemFilter.g.cs (2)
88 ((delegate *unmanaged [Stdcall]<IShellItemFilter*,winmdroot.UI.Shell.IShellItem* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IShellItemFilter*)Unsafe.AsPointer(ref this), psi).ThrowOnFailure(); 138 ((delegate *unmanaged [Stdcall]<IShellItemFilter*,winmdroot.UI.Shell.IShellItem* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IShellItemFilter*)Unsafe.AsPointer(ref this), psi, pgrfFlags).ThrowOnFailure();
_generated\245\Windows.Win32.ISimpleFrameSite.g.cs (2)
104 ((delegate *unmanaged [Stdcall]<ISimpleFrameSite*,winmdroot.Foundation.HWND ,uint ,winmdroot.Foundation.WPARAM ,winmdroot.Foundation.LPARAM ,winmdroot.Foundation.LRESULT* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ISimpleFrameSite*)Unsafe.AsPointer(ref this), hWnd, msg, wp, lp, plResult, pdwCookie).ThrowOnFailure(); 153 ((delegate *unmanaged [Stdcall]<ISimpleFrameSite*,winmdroot.Foundation.HWND ,uint ,winmdroot.Foundation.WPARAM ,winmdroot.Foundation.LPARAM ,winmdroot.Foundation.LRESULT* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ISimpleFrameSite*)Unsafe.AsPointer(ref this), hWnd, msg, wp, lp, plResult, dwCookie).ThrowOnFailure();
_generated\248\Windows.Win32.ITableItemProvider.g.cs (2)
87 ((delegate *unmanaged [Stdcall]<ITableItemProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITableItemProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 121 ((delegate *unmanaged [Stdcall]<ITableItemProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITableItemProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
_generated\249\Windows.Win32.ITableProvider.g.cs (2)
87 ((delegate *unmanaged [Stdcall]<ITableProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITableProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 121 ((delegate *unmanaged [Stdcall]<ITableProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITableProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
_generated\251\Windows.Win32.ITextDocument.g.cs (22)
69 ((delegate *unmanaged [Stdcall]<ITextDocument*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITextDocument*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 74 ((delegate *unmanaged [Stdcall]<ITextDocument*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextDocument*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 95 ((delegate *unmanaged [Stdcall]<ITextDocument*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextDocument*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 134 ((delegate *unmanaged [Stdcall]<ITextDocument*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextDocument*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 181 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextDocument*)Unsafe.AsPointer(ref this), pName).ThrowOnFailure(); 218 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.UI.Controls.RichEdit.ITextSelection** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextDocument*)Unsafe.AsPointer(ref this), ppSel).ThrowOnFailure(); 266 ((delegate *unmanaged [Stdcall]<ITextDocument*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITextDocument*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure(); 301 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.UI.Controls.RichEdit.ITextStoryRanges** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITextDocument*)Unsafe.AsPointer(ref this), ppStories).ThrowOnFailure(); 346 ((delegate *unmanaged [Stdcall]<ITextDocument*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITextDocument*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 382 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITextDocument*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 426 ((delegate *unmanaged [Stdcall]<ITextDocument*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ITextDocument*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 463 ((delegate *unmanaged [Stdcall]<ITextDocument*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((ITextDocument*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 493 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.Foundation.HRESULT>)lpVtbl[15])((ITextDocument*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 553 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.System.Variant.VARIANT* ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ITextDocument*)Unsafe.AsPointer(ref this), pVar, Flags, CodePage).ThrowOnFailure(); 609 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.System.Variant.VARIANT* ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((ITextDocument*)Unsafe.AsPointer(ref this), pVar, Flags, CodePage).ThrowOnFailure(); 653 ((delegate *unmanaged [Stdcall]<ITextDocument*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((ITextDocument*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure(); 700 ((delegate *unmanaged [Stdcall]<ITextDocument*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((ITextDocument*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure(); 734 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.Foundation.HRESULT>)lpVtbl[20])((ITextDocument*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 765 ((delegate *unmanaged [Stdcall]<ITextDocument*,winmdroot.Foundation.HRESULT>)lpVtbl[21])((ITextDocument*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 815 ((delegate *unmanaged [Stdcall]<ITextDocument*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((ITextDocument*)Unsafe.AsPointer(ref this), Count, pCount).ThrowOnFailure(); 866 ((delegate *unmanaged [Stdcall]<ITextDocument*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((ITextDocument*)Unsafe.AsPointer(ref this), Count, pCount).ThrowOnFailure(); 956 ((delegate *unmanaged [Stdcall]<ITextDocument*,int ,int ,winmdroot.UI.Controls.RichEdit.ITextRange** ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((ITextDocument*)Unsafe.AsPointer(ref this), x, y, ppRange).ThrowOnFailure();
_generated\252\Windows.Win32.ITextFont.g.cs (59)
69 ((delegate *unmanaged [Stdcall]<ITextFont*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITextFont*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 74 ((delegate *unmanaged [Stdcall]<ITextFont*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextFont*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 95 ((delegate *unmanaged [Stdcall]<ITextFont*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextFont*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 134 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextFont*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 172 ((delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.UI.Controls.RichEdit.ITextFont** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextFont*)Unsafe.AsPointer(ref this), ppFont).ThrowOnFailure(); 210 ((delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.UI.Controls.RichEdit.ITextFont* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextFont*)Unsafe.AsPointer(ref this), pFont).ThrowOnFailure(); 255 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 303 ((delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.UI.Controls.RichEdit.ITextFont* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITextFont*)Unsafe.AsPointer(ref this), pFont, pValue).ThrowOnFailure(); 338 ((delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 383 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 418 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 464 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 502 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 550 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 584 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 628 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 667 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 713 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 751 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 797 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 835 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 879 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 918 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 964 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1002 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1048 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1086 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1134 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1172 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1220 ((delegate *unmanaged [Stdcall]<ITextFont*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1255 ((delegate *unmanaged [Stdcall]<ITextFont*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1300 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1339 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1386 ((delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((ITextFont*)Unsafe.AsPointer(ref this), pbstr).ThrowOnFailure(); 1423 ((delegate *unmanaged [Stdcall]<ITextFont*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((ITextFont*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure(); 1469 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1507 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1552 ((delegate *unmanaged [Stdcall]<ITextFont*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1587 ((delegate *unmanaged [Stdcall]<ITextFont*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1633 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1669 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1715 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1753 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1800 ((delegate *unmanaged [Stdcall]<ITextFont*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1837 ((delegate *unmanaged [Stdcall]<ITextFont*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1883 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1921 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1966 ((delegate *unmanaged [Stdcall]<ITextFont*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 2001 ((delegate *unmanaged [Stdcall]<ITextFont*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 2047 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 2085 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 2131 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 2169 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 2215 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 2253 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 2297 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 2331 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 2379 ((delegate *unmanaged [Stdcall]<ITextFont*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((ITextFont*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 2417 ((delegate *unmanaged [Stdcall]<ITextFont*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((ITextFont*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure();
_generated\253\Windows.Win32.ITextPara.g.cs (52)
69 ((delegate *unmanaged [Stdcall]<ITextPara*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITextPara*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 74 ((delegate *unmanaged [Stdcall]<ITextPara*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextPara*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 95 ((delegate *unmanaged [Stdcall]<ITextPara*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextPara*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 134 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextPara*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 171 ((delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.ITextPara** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextPara*)Unsafe.AsPointer(ref this), ppPara).ThrowOnFailure(); 206 ((delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.ITextPara* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextPara*)Unsafe.AsPointer(ref this), pPara).ThrowOnFailure(); 250 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 300 ((delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.ITextPara* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITextPara*)Unsafe.AsPointer(ref this), pPara, pValue).ThrowOnFailure(); 338 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 387 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 424 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 468 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 505 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 547 ((delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.tomConstants* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 585 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 633 ((delegate *unmanaged [Stdcall]<ITextPara*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 675 ((delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.tomConstants* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 711 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 753 ((delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.UI.Controls.RichEdit.tomConstants* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 789 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 837 ((delegate *unmanaged [Stdcall]<ITextPara*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 884 ((delegate *unmanaged [Stdcall]<ITextPara*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 928 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 970 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1007 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1056 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1091 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1136 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1171 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1216 ((delegate *unmanaged [Stdcall]<ITextPara*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1253 ((delegate *unmanaged [Stdcall]<ITextPara*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1300 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1337 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1379 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1418 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1462 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1494 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1541 ((delegate *unmanaged [Stdcall]<ITextPara*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1578 ((delegate *unmanaged [Stdcall]<ITextPara*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1621 ((delegate *unmanaged [Stdcall]<ITextPara*,float ,float ,float ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((ITextPara*)Unsafe.AsPointer(ref this), First, Left, Right).ThrowOnFailure(); 1660 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,float ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((ITextPara*)Unsafe.AsPointer(ref this), Rule, Spacing).ThrowOnFailure(); 1707 ((delegate *unmanaged [Stdcall]<ITextPara*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1744 ((delegate *unmanaged [Stdcall]<ITextPara*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1791 ((delegate *unmanaged [Stdcall]<ITextPara*,float* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1828 ((delegate *unmanaged [Stdcall]<ITextPara*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1870 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((ITextPara*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1909 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((ITextPara*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1954 ((delegate *unmanaged [Stdcall]<ITextPara*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((ITextPara*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure(); 1999 ((delegate *unmanaged [Stdcall]<ITextPara*,float ,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((ITextPara*)Unsafe.AsPointer(ref this), tbPos, tbAlign, tbLeader).ThrowOnFailure(); 2032 ((delegate *unmanaged [Stdcall]<ITextPara*,winmdroot.Foundation.HRESULT>)lpVtbl[52])((ITextPara*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 2069 ((delegate *unmanaged [Stdcall]<ITextPara*,float ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((ITextPara*)Unsafe.AsPointer(ref this), tbPos).ThrowOnFailure(); 2136 ((delegate *unmanaged [Stdcall]<ITextPara*,int ,float* ,int* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((ITextPara*)Unsafe.AsPointer(ref this), iTab, ptbPos, ptbAlign, ptbLeader).ThrowOnFailure();
_generated\254\Windows.Win32.ITextProvider.g.cs (6)
89 ((delegate *unmanaged [Stdcall]<ITextProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITextProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 125 ((delegate *unmanaged [Stdcall]<ITextProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<ITextProvider*,winmdroot.UI.Accessibility.IRawElementProviderSimple* ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextProvider*)Unsafe.AsPointer(ref this), childElement, &__retVal).ThrowOnFailure(); 201 ((delegate *unmanaged [Stdcall]<ITextProvider*,winmdroot.UI.Accessibility.UiaPoint ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextProvider*)Unsafe.AsPointer(ref this), point, &__retVal).ThrowOnFailure(); 233 ((delegate *unmanaged [Stdcall]<ITextProvider*,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 269 ((delegate *unmanaged [Stdcall]<ITextProvider*,winmdroot.UI.Accessibility.SupportedTextSelection* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextProvider*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\255\Windows.Win32.ITextProvider2.g.cs (8)
80 ((delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITextProvider2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 107 ((delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextProvider2*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 134 ((delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.UI.Accessibility.IRawElementProviderSimple* ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextProvider2*)Unsafe.AsPointer(ref this), childElement, &__retVal).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.UI.Accessibility.UiaPoint ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextProvider2*)Unsafe.AsPointer(ref this), point, &__retVal).ThrowOnFailure(); 191 ((delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextProvider2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.UI.Accessibility.SupportedTextSelection* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextProvider2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 261 ((delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.UI.Accessibility.IRawElementProviderSimple* ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITextProvider2*)Unsafe.AsPointer(ref this), annotationElement, &__retVal).ThrowOnFailure(); 311 ((delegate *unmanaged [Stdcall]<ITextProvider2*,winmdroot.Foundation.BOOL* ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITextProvider2*)Unsafe.AsPointer(ref this), isActive, &__retVal).ThrowOnFailure();
_generated\256\Windows.Win32.ITextRange.g.cs (51)
69 ((delegate *unmanaged [Stdcall]<ITextRange*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITextRange*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 74 ((delegate *unmanaged [Stdcall]<ITextRange*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextRange*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 95 ((delegate *unmanaged [Stdcall]<ITextRange*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextRange*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 134 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextRange*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 222 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextRange*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure(); 271 ((delegate *unmanaged [Stdcall]<ITextRange*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITextRange*)Unsafe.AsPointer(ref this), pChar).ThrowOnFailure(); 311 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITextRange*)Unsafe.AsPointer(ref this), Char).ThrowOnFailure(); 349 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.ITextRange** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITextRange*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure(); 388 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.ITextRange** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITextRange*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure(); 426 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.ITextRange* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ITextRange*)Unsafe.AsPointer(ref this), pRange).ThrowOnFailure(); 472 ((delegate *unmanaged [Stdcall]<ITextRange*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((ITextRange*)Unsafe.AsPointer(ref this), pcpFirst).ThrowOnFailure(); 510 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((ITextRange*)Unsafe.AsPointer(ref this), cpFirst).ThrowOnFailure(); 557 ((delegate *unmanaged [Stdcall]<ITextRange*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ITextRange*)Unsafe.AsPointer(ref this), pcpLim).ThrowOnFailure(); 595 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((ITextRange*)Unsafe.AsPointer(ref this), cpLim).ThrowOnFailure(); 629 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.ITextFont** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((ITextRange*)Unsafe.AsPointer(ref this), ppFont).ThrowOnFailure(); 664 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.ITextFont* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((ITextRange*)Unsafe.AsPointer(ref this), pFont).ThrowOnFailure(); 698 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.ITextPara** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((ITextRange*)Unsafe.AsPointer(ref this), ppPara).ThrowOnFailure(); 735 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.ITextPara* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((ITextRange*)Unsafe.AsPointer(ref this), pPara).ThrowOnFailure(); 781 ((delegate *unmanaged [Stdcall]<ITextRange*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((ITextRange*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure(); 824 ((delegate *unmanaged [Stdcall]<ITextRange*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((ITextRange*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 861 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((ITextRange*)Unsafe.AsPointer(ref this), bStart).ThrowOnFailure(); 910 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((ITextRange*)Unsafe.AsPointer(ref this), Unit, pDelta).ThrowOnFailure(); 962 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((ITextRange*)Unsafe.AsPointer(ref this), Unit, pIndex).ThrowOnFailure(); 1005 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((ITextRange*)Unsafe.AsPointer(ref this), Unit, Index, Extend).ThrowOnFailure(); 1047 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((ITextRange*)Unsafe.AsPointer(ref this), cpAnchor, cpActive).ThrowOnFailure(); 1099 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.ITextRange* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((ITextRange*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure(); 1149 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.ITextRange* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((ITextRange*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure(); 1200 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.ITextRange* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((ITextRange*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure(); 1233 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.HRESULT>)lpVtbl[32])((ITextRange*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 1400 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((ITextRange*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure(); 1456 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((ITextRange*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure(); 1512 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((ITextRange*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure(); 1573 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1632 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1691 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1752 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1811 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1870 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((ITextRange*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1930 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((ITextRange*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure(); 1987 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((ITextRange*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure(); 2044 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((ITextRange*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure(); 2101 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((ITextRange*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure(); 2150 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((ITextRange*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure(); 2199 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((ITextRange*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure(); 2249 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((ITextRange*)Unsafe.AsPointer(ref this), pVar, Format).ThrowOnFailure(); 2309 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((ITextRange*)Unsafe.AsPointer(ref this), pVar, Format, pValue).ThrowOnFailure(); 2353 ((delegate *unmanaged [Stdcall]<ITextRange*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((ITextRange*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 2390 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((ITextRange*)Unsafe.AsPointer(ref this), Type).ThrowOnFailure(); 2446 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((ITextRange*)Unsafe.AsPointer(ref this), Type, px, py).ThrowOnFailure(); 2494 ((delegate *unmanaged [Stdcall]<ITextRange*,int ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((ITextRange*)Unsafe.AsPointer(ref this), x, y, Type, Extend).ThrowOnFailure(); 2566 ((delegate *unmanaged [Stdcall]<ITextRange*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((ITextRange*)Unsafe.AsPointer(ref this), ppObject).ThrowOnFailure();
_generated\257\Windows.Win32.ITextRangeProvider.g.cs (18)
85 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITextRangeProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 121 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.ITextRangeProvider* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextRangeProvider*)Unsafe.AsPointer(ref this), range, &__retVal).ThrowOnFailure(); 162 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.TextPatternRangeEndpoint ,winmdroot.UI.Accessibility.ITextRangeProvider* ,winmdroot.UI.Accessibility.TextPatternRangeEndpoint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextRangeProvider*)Unsafe.AsPointer(ref this), endpoint, targetRange, targetEndpoint, &__retVal).ThrowOnFailure(); 202 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.TextUnit ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextRangeProvider*)Unsafe.AsPointer(ref this), unit).ThrowOnFailure(); 245 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextRangeProvider*)Unsafe.AsPointer(ref this), attributeId, val, backward, &__retVal).ThrowOnFailure(); 289 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.BOOL ,winmdroot.UI.Accessibility.ITextRangeProvider** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextRangeProvider*)Unsafe.AsPointer(ref this), text, backward, ignoreCase, &__retVal).ThrowOnFailure(); 325 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.UIA_TEXTATTRIBUTE_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITextRangeProvider*)Unsafe.AsPointer(ref this), attributeId, &__retVal).ThrowOnFailure(); 359 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITextRangeProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 391 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.IRawElementProviderSimple** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITextRangeProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 430 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,int ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITextRangeProvider*)Unsafe.AsPointer(ref this), maxLength, &__retVal).ThrowOnFailure(); 472 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.TextUnit ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ITextRangeProvider*)Unsafe.AsPointer(ref this), unit, count, &__retVal).ThrowOnFailure(); 512 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.TextPatternRangeEndpoint ,winmdroot.UI.Accessibility.TextUnit ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((ITextRangeProvider*)Unsafe.AsPointer(ref this), endpoint, unit, count, &__retVal).ThrowOnFailure(); 547 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.UI.Accessibility.TextPatternRangeEndpoint ,winmdroot.UI.Accessibility.ITextRangeProvider* ,winmdroot.UI.Accessibility.TextPatternRangeEndpoint ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((ITextRangeProvider*)Unsafe.AsPointer(ref this), endpoint, targetRange, targetEndpoint).ThrowOnFailure(); 577 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ITextRangeProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 611 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[17])((ITextRangeProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 645 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[18])((ITextRangeProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 682 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((ITextRangeProvider*)Unsafe.AsPointer(ref this), alignToTop).ThrowOnFailure(); 713 ((delegate *unmanaged [Stdcall]<ITextRangeProvider*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((ITextRangeProvider*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure();
_generated\258\Windows.Win32.ITextSelection.g.cs (65)
69 ((delegate *unmanaged [Stdcall]<ITextSelection*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITextSelection*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 74 ((delegate *unmanaged [Stdcall]<ITextSelection*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextSelection*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 95 ((delegate *unmanaged [Stdcall]<ITextSelection*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextSelection*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 134 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextSelection*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 169 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextSelection*)Unsafe.AsPointer(ref this), pbstr).ThrowOnFailure(); 194 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextSelection*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure(); 229 ((delegate *unmanaged [Stdcall]<ITextSelection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITextSelection*)Unsafe.AsPointer(ref this), pChar).ThrowOnFailure(); 254 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((ITextSelection*)Unsafe.AsPointer(ref this), Char).ThrowOnFailure(); 279 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.ITextRange** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((ITextSelection*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure(); 304 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.ITextRange** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((ITextSelection*)Unsafe.AsPointer(ref this), ppRange).ThrowOnFailure(); 329 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.ITextRange* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((ITextSelection*)Unsafe.AsPointer(ref this), pRange).ThrowOnFailure(); 364 ((delegate *unmanaged [Stdcall]<ITextSelection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((ITextSelection*)Unsafe.AsPointer(ref this), pcpFirst).ThrowOnFailure(); 389 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((ITextSelection*)Unsafe.AsPointer(ref this), cpFirst).ThrowOnFailure(); 424 ((delegate *unmanaged [Stdcall]<ITextSelection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((ITextSelection*)Unsafe.AsPointer(ref this), pcpLim).ThrowOnFailure(); 449 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((ITextSelection*)Unsafe.AsPointer(ref this), cpLim).ThrowOnFailure(); 474 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.ITextFont** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((ITextSelection*)Unsafe.AsPointer(ref this), ppFont).ThrowOnFailure(); 499 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.ITextFont* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((ITextSelection*)Unsafe.AsPointer(ref this), pFont).ThrowOnFailure(); 524 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.ITextPara** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((ITextSelection*)Unsafe.AsPointer(ref this), ppPara).ThrowOnFailure(); 549 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.ITextPara* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((ITextSelection*)Unsafe.AsPointer(ref this), pPara).ThrowOnFailure(); 584 ((delegate *unmanaged [Stdcall]<ITextSelection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((ITextSelection*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure(); 619 ((delegate *unmanaged [Stdcall]<ITextSelection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((ITextSelection*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 644 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((ITextSelection*)Unsafe.AsPointer(ref this), bStart).ThrowOnFailure(); 679 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, pDelta).ThrowOnFailure(); 714 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, pIndex).ThrowOnFailure(); 739 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Index, Extend).ThrowOnFailure(); 764 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((ITextSelection*)Unsafe.AsPointer(ref this), cpAnchor, cpActive).ThrowOnFailure(); 799 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.ITextRange* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((ITextSelection*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure(); 834 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.ITextRange* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((ITextSelection*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure(); 869 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.ITextRange* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((ITextSelection*)Unsafe.AsPointer(ref this), pRange, pValue).ThrowOnFailure(); 894 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.HRESULT>)lpVtbl[32])((ITextSelection*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 929 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta).ThrowOnFailure(); 964 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta).ThrowOnFailure(); 999 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure(); 1034 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure(); 1069 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure(); 1107 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1145 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1183 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1221 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1259 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1297 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((ITextSelection*)Unsafe.AsPointer(ref this), Cset, Count, pDelta).ThrowOnFailure(); 1332 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((ITextSelection*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure(); 1367 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((ITextSelection*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure(); 1402 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.BSTR ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((ITextSelection*)Unsafe.AsPointer(ref this), bstr, Count, Flags, pLength).ThrowOnFailure(); 1437 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Count, pDelta).ThrowOnFailure(); 1472 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((ITextSelection*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure(); 1507 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((ITextSelection*)Unsafe.AsPointer(ref this), pVar).ThrowOnFailure(); 1542 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((ITextSelection*)Unsafe.AsPointer(ref this), pVar, Format).ThrowOnFailure(); 1580 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Variant.VARIANT* ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((ITextSelection*)Unsafe.AsPointer(ref this), pVar, Format, pValue).ThrowOnFailure(); 1615 ((delegate *unmanaged [Stdcall]<ITextSelection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((ITextSelection*)Unsafe.AsPointer(ref this), pValue).ThrowOnFailure(); 1640 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.tomConstants ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((ITextSelection*)Unsafe.AsPointer(ref this), Type).ThrowOnFailure(); 1678 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.tomConstants ,int* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((ITextSelection*)Unsafe.AsPointer(ref this), Type, px, py).ThrowOnFailure(); 1703 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((ITextSelection*)Unsafe.AsPointer(ref this), x, y, Type, Extend).ThrowOnFailure(); 1728 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((ITextSelection*)Unsafe.AsPointer(ref this), Value).ThrowOnFailure(); 1753 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((ITextSelection*)Unsafe.AsPointer(ref this), ppObject).ThrowOnFailure(); 1801 ((delegate *unmanaged [Stdcall]<ITextSelection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((ITextSelection*)Unsafe.AsPointer(ref this), pFlags).ThrowOnFailure(); 1842 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((ITextSelection*)Unsafe.AsPointer(ref this), Flags).ThrowOnFailure(); 1890 ((delegate *unmanaged [Stdcall]<ITextSelection*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((ITextSelection*)Unsafe.AsPointer(ref this), pType).ThrowOnFailure(); 1953 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Count, Extend, pDelta).ThrowOnFailure(); 2016 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Count, Extend, pDelta).ThrowOnFailure(); 2075 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Count, Extend, pDelta).ThrowOnFailure(); 2134 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Count, Extend, pDelta).ThrowOnFailure(); 2187 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.UI.Controls.RichEdit.tomConstants ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta).ThrowOnFailure(); 2245 ((delegate *unmanaged [Stdcall]<ITextSelection*,int ,int ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((ITextSelection*)Unsafe.AsPointer(ref this), Unit, Extend, pDelta).ThrowOnFailure(); 2283 ((delegate *unmanaged [Stdcall]<ITextSelection*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((ITextSelection*)Unsafe.AsPointer(ref this), bstr).ThrowOnFailure();
_generated\259\Windows.Win32.ITextStoryRanges.g.cs (7)
69 ((delegate *unmanaged [Stdcall]<ITextStoryRanges*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((ITextStoryRanges*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 74 ((delegate *unmanaged [Stdcall]<ITextStoryRanges*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((ITextStoryRanges*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 95 ((delegate *unmanaged [Stdcall]<ITextStoryRanges*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((ITextStoryRanges*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 134 ((delegate *unmanaged [Stdcall]<ITextStoryRanges*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((ITextStoryRanges*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 174 ((delegate *unmanaged [Stdcall]<ITextStoryRanges*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((ITextStoryRanges*)Unsafe.AsPointer(ref this), ppunkEnum).ThrowOnFailure(); 215 ((delegate *unmanaged [Stdcall]<ITextStoryRanges*,int ,winmdroot.UI.Controls.RichEdit.ITextRange** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((ITextStoryRanges*)Unsafe.AsPointer(ref this), Index, ppRange).ThrowOnFailure(); 261 ((delegate *unmanaged [Stdcall]<ITextStoryRanges*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((ITextStoryRanges*)Unsafe.AsPointer(ref this), pCount).ThrowOnFailure();
_generated\260\Windows.Win32.IToggleProvider.g.cs (1)
87 ((delegate *unmanaged [Stdcall]<IToggleProvider*,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IToggleProvider*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\261\Windows.Win32.IUIAutomation.g.cs (54)
95 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomation*)Unsafe.AsPointer(ref this), el1, el2, &__retVal).ThrowOnFailure(); 137 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Com.SAFEARRAY* ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomation*)Unsafe.AsPointer(ref this), runtimeId1, runtimeId2, &__retVal).ThrowOnFailure(); 172 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IUIAutomation*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 210 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.Foundation.HWND ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IUIAutomation*)Unsafe.AsPointer(ref this), hwnd, &__retVal).ThrowOnFailure(); 246 ((delegate *unmanaged [Stdcall]<IUIAutomation*,global::System.Drawing.Point ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IUIAutomation*)Unsafe.AsPointer(ref this), pt, &__retVal).ThrowOnFailure(); 319 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomation*)Unsafe.AsPointer(ref this), cacheRequest, &__retVal).ThrowOnFailure(); 361 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.Foundation.HWND ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomation*)Unsafe.AsPointer(ref this), hwnd, cacheRequest, &__retVal).ThrowOnFailure(); 403 ((delegate *unmanaged [Stdcall]<IUIAutomation*,global::System.Drawing.Point ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomation*)Unsafe.AsPointer(ref this), pt, cacheRequest, &__retVal).ThrowOnFailure(); 441 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IUIAutomation*)Unsafe.AsPointer(ref this), cacheRequest, &__retVal).ThrowOnFailure(); 479 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationTreeWalker** ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IUIAutomation*)Unsafe.AsPointer(ref this), pCondition, &__retVal).ThrowOnFailure(); 513 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationTreeWalker** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IUIAutomation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 548 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationTreeWalker** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IUIAutomation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 583 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationTreeWalker** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IUIAutomation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 616 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IUIAutomation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 651 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IUIAutomation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 686 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IUIAutomation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 719 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest** ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IUIAutomation*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 753 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IUIAutomation*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 785 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IUIAutomation*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 827 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IUIAutomation*)Unsafe.AsPointer(ref this), propertyId, value, &__retVal).ThrowOnFailure(); 869 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.UI.Accessibility.PropertyConditionFlags ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IUIAutomation*)Unsafe.AsPointer(ref this), propertyId, value, flags, &__retVal).ThrowOnFailure(); 913 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IUIAutomation*)Unsafe.AsPointer(ref this), condition1, condition2, &__retVal).ThrowOnFailure(); 949 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Com.SAFEARRAY* ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IUIAutomation*)Unsafe.AsPointer(ref this), conditions, &__retVal).ThrowOnFailure(); 989 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,int ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IUIAutomation*)Unsafe.AsPointer(ref this), conditions, conditionCount, &__retVal).ThrowOnFailure(); 1029 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IUIAutomation*)Unsafe.AsPointer(ref this), condition1, condition2, &__retVal).ThrowOnFailure(); 1065 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Com.SAFEARRAY* ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IUIAutomation*)Unsafe.AsPointer(ref this), conditions, &__retVal).ThrowOnFailure(); 1105 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,int ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IUIAutomation*)Unsafe.AsPointer(ref this), conditions, conditionCount, &__retVal).ThrowOnFailure(); 1141 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IUIAutomation*)Unsafe.AsPointer(ref this), condition, &__retVal).ThrowOnFailure(); 1188 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IUIAutomation*)Unsafe.AsPointer(ref this), eventId, element, scope, cacheRequest, handler).ThrowOnFailure(); 1233 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IUIAutomation*)Unsafe.AsPointer(ref this), eventId, element, handler).ThrowOnFailure(); 1296 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* ,winmdroot.UI.Accessibility.UIA_PROPERTY_ID* ,int ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IUIAutomation*)Unsafe.AsPointer(ref this), element, scope, cacheRequest, handler, propertyArray, propertyCount).ThrowOnFailure(); 1346 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IUIAutomation*)Unsafe.AsPointer(ref this), element, scope, cacheRequest, handler, propertyArray).ThrowOnFailure(); 1387 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationPropertyChangedEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IUIAutomation*)Unsafe.AsPointer(ref this), element, handler).ThrowOnFailure(); 1429 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationStructureChangedEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IUIAutomation*)Unsafe.AsPointer(ref this), element, scope, cacheRequest, handler).ThrowOnFailure(); 1470 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationStructureChangedEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IUIAutomation*)Unsafe.AsPointer(ref this), element, handler).ThrowOnFailure(); 1511 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IUIAutomation*)Unsafe.AsPointer(ref this), cacheRequest, handler).ThrowOnFailure(); 1548 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationFocusChangedEventHandler* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IUIAutomation*)Unsafe.AsPointer(ref this), handler).ThrowOnFailure(); 1581 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IUIAutomation*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 1632 ((delegate *unmanaged [Stdcall]<IUIAutomation*,int* ,int ,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IUIAutomation*)Unsafe.AsPointer(ref this), array, arrayCount, &__retVal).ThrowOnFailure(); 1674 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Com.SAFEARRAY* ,int** ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IUIAutomation*)Unsafe.AsPointer(ref this), intArray, array, &__retVal).ThrowOnFailure(); 1710 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.Foundation.RECT ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IUIAutomation*)Unsafe.AsPointer(ref this), rc, &__retVal).ThrowOnFailure(); 1748 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IUIAutomation*)Unsafe.AsPointer(ref this), var, &__retVal).ThrowOnFailure(); 1790 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.RECT** ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IUIAutomation*)Unsafe.AsPointer(ref this), rects, rectArray, &__retVal).ThrowOnFailure(); 1826 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationProxyFactory* ,winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry** ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IUIAutomation*)Unsafe.AsPointer(ref this), factory, &__retVal).ThrowOnFailure(); 1860 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationProxyFactoryMapping** ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IUIAutomation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1900 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IUIAutomation*)Unsafe.AsPointer(ref this), property, &__retVal).ThrowOnFailure(); 1939 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.UIA_PATTERN_ID ,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IUIAutomation*)Unsafe.AsPointer(ref this), pattern, &__retVal).ThrowOnFailure(); 1998 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.System.Com.SAFEARRAY** ,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IUIAutomation*)Unsafe.AsPointer(ref this), pElement, patternIds, patternNames).ThrowOnFailure(); 2056 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.System.Com.SAFEARRAY** ,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IUIAutomation*)Unsafe.AsPointer(ref this), pElement, propertyIds, propertyNames).ThrowOnFailure(); 2091 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IUIAutomation*)Unsafe.AsPointer(ref this), value, &__retVal).ThrowOnFailure(); 2123 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IUIAutomation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2156 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IUIAutomation*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2200 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IAccessible* ,int ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IUIAutomation*)Unsafe.AsPointer(ref this), accessible, childId, &__retVal).ThrowOnFailure(); 2247 ((delegate *unmanaged [Stdcall]<IUIAutomation*,winmdroot.UI.Accessibility.IAccessible* ,int ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IUIAutomation*)Unsafe.AsPointer(ref this), accessible, childId, cacheRequest, &__retVal).ThrowOnFailure();
_generated\262\Windows.Win32.IUIAutomationCacheRequest.g.cs (9)
90 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), propertyId).ThrowOnFailure(); 124 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.UIA_PATTERN_ID ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), patternId).ThrowOnFailure(); 157 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 189 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.TreeScope* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 194 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 249 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 254 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 310 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.AutomationElementMode* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 315 ((delegate *unmanaged [Stdcall]<IUIAutomationCacheRequest*,winmdroot.UI.Accessibility.AutomationElementMode ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationCacheRequest*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
_generated\264\Windows.Win32.IUIAutomationElement.g.cs (78)
120 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 159 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IUIAutomationElement*)Unsafe.AsPointer(ref this), scope, condition, &__retVal).ThrowOnFailure(); 198 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IUIAutomationElement*)Unsafe.AsPointer(ref this), scope, condition, &__retVal).ThrowOnFailure(); 241 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IUIAutomationElement*)Unsafe.AsPointer(ref this), scope, condition, cacheRequest, &__retVal).ThrowOnFailure(); 284 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.TreeScope ,winmdroot.UI.Accessibility.IUIAutomationCondition* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IUIAutomationElement*)Unsafe.AsPointer(ref this), scope, condition, cacheRequest, &__retVal).ThrowOnFailure(); 320 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomationElement*)Unsafe.AsPointer(ref this), cacheRequest, &__retVal).ThrowOnFailure(); 356 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomationElement*)Unsafe.AsPointer(ref this), propertyId, &__retVal).ThrowOnFailure(); 399 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationElement*)Unsafe.AsPointer(ref this), propertyId, ignoreDefaultValue, &__retVal).ThrowOnFailure(); 435 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IUIAutomationElement*)Unsafe.AsPointer(ref this), propertyId, &__retVal).ThrowOnFailure(); 478 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.Foundation.BOOL ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IUIAutomationElement*)Unsafe.AsPointer(ref this), propertyId, ignoreDefaultValue, &__retVal).ThrowOnFailure(); 529 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PATTERN_ID ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IUIAutomationElement*)Unsafe.AsPointer(ref this), patternId, riid, &__retVal).ThrowOnFailure(); 580 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PATTERN_ID ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IUIAutomationElement*)Unsafe.AsPointer(ref this), patternId, riid, &__retVal).ThrowOnFailure(); 619 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PATTERN_ID ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IUIAutomationElement*)Unsafe.AsPointer(ref this), patternId, &__retVal).ThrowOnFailure(); 657 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_PATTERN_ID ,winmdroot.System.Com.IUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IUIAutomationElement*)Unsafe.AsPointer(ref this), patternId, &__retVal).ThrowOnFailure(); 691 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[18])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 726 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 760 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 796 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_CONTROLTYPE_ID* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 831 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 904 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 937 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 972 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1007 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1042 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1075 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1108 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[30])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1144 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[31])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1179 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1214 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1247 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1280 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1315 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1348 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1383 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1416 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.OrientationType* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1451 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1486 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1519 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1595 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1630 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1665 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1700 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1735 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1768 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1801 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1836 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1871 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[52])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1904 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.UIA_CONTROLTYPE_ID* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1939 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[54])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1972 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2007 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[56])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2040 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[57])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2075 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2110 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[59])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2145 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[60])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2178 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2211 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2247 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[63])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2282 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[64])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2315 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2348 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2381 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2416 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.HWND* ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2449 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2484 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2517 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.OrientationType* ,winmdroot.Foundation.HRESULT>)lpVtbl[71])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2552 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[72])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2587 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[73])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2620 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[74])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2655 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.RECT* ,winmdroot.Foundation.HRESULT>)lpVtbl[75])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2691 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[76])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2726 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[77])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2761 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[78])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2796 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[79])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2831 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[80])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2864 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[81])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2897 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.UI.Accessibility.IUIAutomationElementArray** ,winmdroot.Foundation.HRESULT>)lpVtbl[82])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2932 ((delegate *unmanaged [Stdcall]<IUIAutomationElement*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[83])((IUIAutomationElement*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\265\Windows.Win32.IUIAutomationElementArray.g.cs (2)
87 ((delegate *unmanaged [Stdcall]<IUIAutomationElementArray*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationElementArray*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 126 ((delegate *unmanaged [Stdcall]<IUIAutomationElementArray*,int ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomationElementArray*)Unsafe.AsPointer(ref this), index, &__retVal).ThrowOnFailure();
_generated\266\Windows.Win32.IUIAutomationEventHandler.g.cs (1)
96 ((delegate *unmanaged [Stdcall]<IUIAutomationEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationEventHandler*)Unsafe.AsPointer(ref this), sender, eventId).ThrowOnFailure();
_generated\267\Windows.Win32.IUIAutomationFocusChangedEventHandler.g.cs (1)
92 ((delegate *unmanaged [Stdcall]<IUIAutomationFocusChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationFocusChangedEventHandler*)Unsafe.AsPointer(ref this), sender).ThrowOnFailure();
_generated\268\Windows.Win32.IUIAutomationPropertyChangedEventHandler.g.cs (1)
100 ((delegate *unmanaged [Stdcall]<IUIAutomationPropertyChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationPropertyChangedEventHandler*)Unsafe.AsPointer(ref this), sender, propertyId, newValue).ThrowOnFailure();
_generated\269\Windows.Win32.IUIAutomationProxyFactory.g.cs (2)
97 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactory*,winmdroot.Foundation.HWND ,int ,int ,winmdroot.UI.Accessibility.IRawElementProviderSimple** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationProxyFactory*)Unsafe.AsPointer(ref this), hwnd, idObject, idChild, &__retVal).ThrowOnFailure(); 131 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactory*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomationProxyFactory*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\270\Windows.Win32.IUIAutomationProxyFactoryEntry.g.cs (13)
87 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.UI.Accessibility.IUIAutomationProxyFactory** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 119 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 150 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 183 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 188 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 221 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 226 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 259 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 264 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 304 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), className).ThrowOnFailure(); 343 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), imageName).ThrowOnFailure(); 445 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), eventId, propertyId, winEvents).ThrowOnFailure(); 486 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryEntry*,winmdroot.UI.Accessibility.UIA_EVENT_ID ,winmdroot.UI.Accessibility.UIA_PROPERTY_ID ,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IUIAutomationProxyFactoryEntry*)Unsafe.AsPointer(ref this), eventId, propertyId, &__retVal).ThrowOnFailure();
_generated\271\Windows.Win32.IUIAutomationProxyFactoryMapping.g.cs (9)
87 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryMapping*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationProxyFactoryMapping*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 122 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryMapping*,winmdroot.System.Com.SAFEARRAY** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomationProxyFactoryMapping*)Unsafe.AsPointer(ref this), &__retVal).ThrowOnFailure(); 160 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryMapping*,uint ,winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IUIAutomationProxyFactoryMapping*)Unsafe.AsPointer(ref this), index, &__retVal).ThrowOnFailure(); 197 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryMapping*,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IUIAutomationProxyFactoryMapping*)Unsafe.AsPointer(ref this), factoryList).ThrowOnFailure(); 237 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryMapping*,uint ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IUIAutomationProxyFactoryMapping*)Unsafe.AsPointer(ref this), before, factoryList).ThrowOnFailure(); 277 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryMapping*,uint ,winmdroot.UI.Accessibility.IUIAutomationProxyFactoryEntry* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IUIAutomationProxyFactoryMapping*)Unsafe.AsPointer(ref this), before, factory).ThrowOnFailure(); 313 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryMapping*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomationProxyFactoryMapping*)Unsafe.AsPointer(ref this), index).ThrowOnFailure(); 345 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryMapping*,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomationProxyFactoryMapping*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 377 ((delegate *unmanaged [Stdcall]<IUIAutomationProxyFactoryMapping*,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationProxyFactoryMapping*)Unsafe.AsPointer(ref this)).ThrowOnFailure();
_generated\272\Windows.Win32.IUIAutomationStructureChangedEventHandler.g.cs (1)
96 ((delegate *unmanaged [Stdcall]<IUIAutomationStructureChangedEventHandler*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.StructureChangeType ,winmdroot.System.Com.SAFEARRAY* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationStructureChangedEventHandler*)Unsafe.AsPointer(ref this), sender, changeType, runtimeId).ThrowOnFailure();
_generated\273\Windows.Win32.IUIAutomationTreeWalker.g.cs (13)
89 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, &__retVal).ThrowOnFailure(); 128 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, &__retVal).ThrowOnFailure(); 167 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, &__retVal).ThrowOnFailure(); 206 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, &__retVal).ThrowOnFailure(); 245 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, &__retVal).ThrowOnFailure(); 284 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, &__retVal).ThrowOnFailure(); 324 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 367 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 410 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 453 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 496 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 540 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationElement* ,winmdroot.UI.Accessibility.IUIAutomationCacheRequest* ,winmdroot.UI.Accessibility.IUIAutomationElement** ,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), element, cacheRequest, &__retVal).ThrowOnFailure(); 574 ((delegate *unmanaged [Stdcall]<IUIAutomationTreeWalker*,winmdroot.UI.Accessibility.IUIAutomationCondition** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IUIAutomationTreeWalker*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
_generated\274\Windows.Win32.IValueProvider.g.cs (1)
102 ((delegate *unmanaged [Stdcall]<IValueProvider*,winmdroot.Foundation.PCWSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IValueProvider*)Unsafe.AsPointer(ref this), val).ThrowOnFailure();
_generated\275\Windows.Win32.IVBFormat.g.cs (1)
115 ((delegate *unmanaged [Stdcall]<IVBFormat*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.BSTR ,void* ,ushort ,int ,short ,ushort ,ushort* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IVBFormat*)Unsafe.AsPointer(ref this), vData, bstrFormat, lpBuffer, cb, lcid, sFirstDayOfWeek, sFirstWeekOfYear, rcb).ThrowOnFailure();
_generated\276\Windows.Win32.IVBGetControl.g.cs (1)
93 ((delegate *unmanaged [Stdcall]<IVBGetControl*,uint ,winmdroot.System.Ole.ENUM_CONTROLS_WHICH_FLAGS ,winmdroot.System.Com.IEnumUnknown** ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IVBGetControl*)Unsafe.AsPointer(ref this), dwOleContF, dwWhich, ppenumUnk).ThrowOnFailure();
_generated\277\Windows.Win32.IViewObject.g.cs (6)
111 ((delegate *unmanaged [Stdcall]<IViewObject*,winmdroot.System.Com.DVASPECT ,int ,void* ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Graphics.Gdi.HDC ,winmdroot.Graphics.Gdi.HDC ,winmdroot.Foundation.RECTL* ,winmdroot.Foundation.RECTL* ,nint ,nuint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IViewObject*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, ptd, hdcTargetDev, hdcDraw, lprcBounds, lprcWBounds, pfnContinue, dwContinue).ThrowOnFailure(); 161 ((delegate *unmanaged [Stdcall]<IViewObject*,winmdroot.System.Com.DVASPECT ,int ,void* ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Graphics.Gdi.HDC ,winmdroot.Graphics.Gdi.LOGPALETTE** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IViewObject*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, ptd, hicTargetDev, ppColorSet).ThrowOnFailure(); 209 ((delegate *unmanaged [Stdcall]<IViewObject*,winmdroot.System.Com.DVASPECT ,int ,void* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IViewObject*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, pdwFreeze).ThrowOnFailure(); 243 ((delegate *unmanaged [Stdcall]<IViewObject*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IViewObject*)Unsafe.AsPointer(ref this), dwFreeze).ThrowOnFailure(); 284 ((delegate *unmanaged [Stdcall]<IViewObject*,winmdroot.System.Com.DVASPECT ,uint ,winmdroot.System.Com.IAdviseSink* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IViewObject*)Unsafe.AsPointer(ref this), aspects, advf, pAdvSink).ThrowOnFailure(); 336 ((delegate *unmanaged [Stdcall]<IViewObject*,uint* ,uint* ,winmdroot.System.Com.IAdviseSink** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IViewObject*)Unsafe.AsPointer(ref this), pAspects, pAdvf, ppAdvSink).ThrowOnFailure();
_generated\278\Windows.Win32.IViewObject2.g.cs (7)
88 ((delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.DVASPECT ,int ,void* ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Graphics.Gdi.HDC ,winmdroot.Graphics.Gdi.HDC ,winmdroot.Foundation.RECTL* ,winmdroot.Foundation.RECTL* ,nint ,nuint ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IViewObject2*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, ptd, hdcTargetDev, hdcDraw, lprcBounds, lprcWBounds, pfnContinue, dwContinue).ThrowOnFailure(); 123 ((delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.DVASPECT ,int ,void* ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Graphics.Gdi.HDC ,winmdroot.Graphics.Gdi.LOGPALETTE** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IViewObject2*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, ptd, hicTargetDev, ppColorSet).ThrowOnFailure(); 158 ((delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.DVASPECT ,int ,void* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IViewObject2*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, pvAspect, pdwFreeze).ThrowOnFailure(); 183 ((delegate *unmanaged [Stdcall]<IViewObject2*,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IViewObject2*)Unsafe.AsPointer(ref this), dwFreeze).ThrowOnFailure(); 208 ((delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.DVASPECT ,uint ,winmdroot.System.Com.IAdviseSink* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IViewObject2*)Unsafe.AsPointer(ref this), aspects, advf, pAdvSink).ThrowOnFailure(); 252 ((delegate *unmanaged [Stdcall]<IViewObject2*,uint* ,uint* ,winmdroot.System.Com.IAdviseSink** ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IViewObject2*)Unsafe.AsPointer(ref this), pAspects, pAdvf, ppAdvSink).ThrowOnFailure(); 301 ((delegate *unmanaged [Stdcall]<IViewObject2*,winmdroot.System.Com.DVASPECT ,int ,winmdroot.System.Com.DVTARGETDEVICE* ,winmdroot.Foundation.SIZE* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IViewObject2*)Unsafe.AsPointer(ref this), dwDrawAspect, lindex, ptd, lpsizel).ThrowOnFailure();
_generated\279\Windows.Win32.IWebBrowser.g.cs (25)
68 ((delegate *unmanaged [Stdcall]<IWebBrowser*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IWebBrowser*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IWebBrowser*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IWebBrowser*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IWebBrowser*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IWebBrowser*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IWebBrowser*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IWebBrowser*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 158 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IWebBrowser*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 183 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IWebBrowser*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 208 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IWebBrowser*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 233 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IWebBrowser*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 269 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IWebBrowser*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers).ThrowOnFailure(); 294 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IWebBrowser*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 327 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IWebBrowser*)Unsafe.AsPointer(ref this), Level).ThrowOnFailure(); 352 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IWebBrowser*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 381 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 412 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 443 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 499 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 530 ((delegate *unmanaged [Stdcall]<IWebBrowser*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 561 ((delegate *unmanaged [Stdcall]<IWebBrowser*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 566 ((delegate *unmanaged [Stdcall]<IWebBrowser*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IWebBrowser*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 617 ((delegate *unmanaged [Stdcall]<IWebBrowser*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 622 ((delegate *unmanaged [Stdcall]<IWebBrowser*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IWebBrowser*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 673 ((delegate *unmanaged [Stdcall]<IWebBrowser*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 678 ((delegate *unmanaged [Stdcall]<IWebBrowser*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IWebBrowser*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 729 ((delegate *unmanaged [Stdcall]<IWebBrowser*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IWebBrowser*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 734 ((delegate *unmanaged [Stdcall]<IWebBrowser*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IWebBrowser*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
_generated\280\Windows.Win32.IWebBrowser2.g.cs (49)
69 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IWebBrowser2*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 85 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IWebBrowser2*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 106 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IWebBrowser2*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 145 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IWebBrowser2*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 281 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IWebBrowser2*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers).ThrowOnFailure(); 394 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 425 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 456 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 512 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 543 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 574 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 579 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 630 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 635 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 686 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 691 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 742 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 747 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 902 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IWebBrowser2*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 940 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IWebBrowser2*)Unsafe.AsPointer(ref this), pcx, pcy).ThrowOnFailure(); 965 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IWebBrowser2*)Unsafe.AsPointer(ref this), Property, vtValue).ThrowOnFailure(); 991 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IWebBrowser2*)Unsafe.AsPointer(ref this), Property, &__retVal).ThrowOnFailure(); 1021 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1054 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.SHANDLE_PTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1085 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1116 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1147 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1152 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1203 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1208 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1259 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1264 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1320 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1325 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1376 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1381 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1432 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1437 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1525 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Ole.OLECMDID ,winmdroot.System.Ole.OLECMDF* ,winmdroot.Foundation.HRESULT>)lpVtbl[53])((IWebBrowser2*)Unsafe.AsPointer(ref this), cmdID, &__retVal).ThrowOnFailure(); 1608 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[55])((IWebBrowser2*)Unsafe.AsPointer(ref this), pvaClsid, pvarShow, pvarSize).ThrowOnFailure(); 1708 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[58])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1799 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[61])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1804 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[62])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1921 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[65])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1926 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[66])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1977 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[67])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1982 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[68])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 2033 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[69])((IWebBrowser2*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 2038 ((delegate *unmanaged [Stdcall]<IWebBrowser2*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[70])((IWebBrowser2*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
_generated\281\Windows.Win32.IWebBrowserApp.g.cs (45)
68 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IWebBrowserApp*)Unsafe.AsPointer(ref this), pctinfo).ThrowOnFailure(); 73 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,uint ,uint ,winmdroot.System.Com.ITypeInfo** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IWebBrowserApp*)Unsafe.AsPointer(ref this), iTInfo, lcid, ppTInfo).ThrowOnFailure(); 94 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,global::System.Guid* ,winmdroot.Foundation.PWSTR* ,uint ,uint ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IWebBrowserApp*)Unsafe.AsPointer(ref this), riid, rgszNames, cNames, lcid, rgDispId).ThrowOnFailure(); 133 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int ,global::System.Guid* ,uint ,winmdroot.System.Com.DISPATCH_FLAGS ,winmdroot.System.Com.DISPPARAMS* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Com.EXCEPINFO* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IWebBrowserApp*)Unsafe.AsPointer(ref this), dispIdMember, riid, lcid, wFlags, pDispParams, pVarResult, pExcepInfo, puArgErr).ThrowOnFailure(); 158 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IWebBrowserApp*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 183 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IWebBrowserApp*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 208 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IWebBrowserApp*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 233 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.HRESULT>)lpVtbl[10])((IWebBrowserApp*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 269 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[11])((IWebBrowserApp*)Unsafe.AsPointer(ref this), URL, Flags, TargetFrameName, PostData, Headers).ThrowOnFailure(); 294 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.HRESULT>)lpVtbl[12])((IWebBrowserApp*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 327 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[13])((IWebBrowserApp*)Unsafe.AsPointer(ref this), Level).ThrowOnFailure(); 352 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.HRESULT>)lpVtbl[14])((IWebBrowserApp*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 381 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[15])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 412 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[16])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 443 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.System.Com.IDispatch** ,winmdroot.Foundation.HRESULT>)lpVtbl[17])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 499 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[19])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 530 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[20])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 561 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[21])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 566 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[22])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 617 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[23])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 622 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[24])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 673 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[25])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 678 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[26])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 729 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[27])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 734 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[28])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 889 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.HRESULT>)lpVtbl[32])((IWebBrowserApp*)Unsafe.AsPointer(ref this)).ThrowOnFailure(); 927 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int* ,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[33])((IWebBrowserApp*)Unsafe.AsPointer(ref this), pcx, pcy).ThrowOnFailure(); 952 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT ,winmdroot.Foundation.HRESULT>)lpVtbl[34])((IWebBrowserApp*)Unsafe.AsPointer(ref this), Property, vtValue).ThrowOnFailure(); 978 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR ,winmdroot.System.Variant.VARIANT* ,winmdroot.Foundation.HRESULT>)lpVtbl[35])((IWebBrowserApp*)Unsafe.AsPointer(ref this), Property, &__retVal).ThrowOnFailure(); 1008 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[36])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1041 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.SHANDLE_PTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[37])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1072 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[38])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1103 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[39])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1134 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[40])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1139 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[41])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1190 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[42])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1195 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[43])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1246 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR* ,winmdroot.Foundation.HRESULT>)lpVtbl[44])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1251 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.BSTR ,winmdroot.Foundation.HRESULT>)lpVtbl[45])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1307 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int* ,winmdroot.Foundation.HRESULT>)lpVtbl[46])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1312 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,int ,winmdroot.Foundation.HRESULT>)lpVtbl[47])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1363 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[48])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1368 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[49])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure(); 1419 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[50])((IWebBrowserApp*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure(); 1424 ((delegate *unmanaged [Stdcall]<IWebBrowserApp*,winmdroot.Foundation.VARIANT_BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[51])((IWebBrowserApp*)Unsafe.AsPointer(ref this), value).ThrowOnFailure();
System\Drawing\ImageExtensions.cs (10)
65dispatch->TryGetProperty((int)PInvokeCore.DISPID_PICT_TYPE, &variant).ThrowOnFailure(); 69dispatch->TryGetProperty((int)PInvokeCore.DISPID_PICT_HPAL, &variant).ThrowOnFailure(); 73dispatch->TryGetProperty((int)PInvokeCore.DISPID_PICT_HANDLE, &variant).ThrowOnFailure(); 76dispatch->TryGetProperty((int)PInvokeCore.DISPID_PICT_WIDTH, &variant).ThrowOnFailure(); 79dispatch->TryGetProperty((int)PInvokeCore.DISPID_PICT_HEIGHT, &variant).ThrowOnFailure(); 89picture->get_Type(out PICTYPE type).ThrowOnFailure(); 92picture->get_hPal(out paletteHandle).ThrowOnFailure(); 95picture->get_Handle(out OLE_HANDLE handle).ThrowOnFailure(); 96picture->get_Width(out int width).ThrowOnFailure(); 97picture->get_Height(out int height).ThrowOnFailure();
System\Windows\Forms\Automation\UiaTextRange.cs (2)
335_enclosingElement.GetPropertyValue(UIA_PROPERTY_ID.UIA_BoundingRectanglePropertyId, &result).ThrowOnFailure(); 916PInvoke.UiaGetReservedNotSupportedValue(&unknown).ThrowOnFailure();
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
56unknown.Value->QueryInterface(IID.Get<T>(), &result).ThrowOnFailure();
Windows\Win32\System\Com\StandardDispatch.cs (1)
42typeInfo->GetTypeAttr(out TYPEATTR* typeAttributes).ThrowOnFailure();