4 references to QueryInterface
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
32
doc->
QueryInterface
(IID.Get<IHTMLDocument2>(), (void**)&htmlDoc2).ThrowOnFailure();
System.Windows.Forms.Primitives (3)
_generated\143\Windows.Win32.IHTMLDocument.g.cs (3)
27
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
35
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);
167
var hr = this.
QueryInterface
(&guid, &pv);