3 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 (2)
Windows.Win32.IHTMLDocument.g.cs (2)
26
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
33
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);