5 references to QueryInterface
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (2)
177
hr = child.Value->
QueryInterface
(IID.Get<IHTMLElement>(), (void**)&iHtmlElement);
293
hr = sibling.Value->
QueryInterface
(IID.Get<IHTMLElement>(), (void**)&iHtmlElement);
System.Windows.Forms.Primitives (3)
_generated\147\Windows.Win32.IHTMLDOMNode.g.cs (3)
27
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
35
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);
706
var hr = this.
QueryInterface
(&guid, &pv);