4 references to QueryInterface
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlWindow.cs (1)
249
return !htmlFrameBase.IsNull && htmlFrameBase.Value->
QueryInterface
(IID.Get<IHTMLElement>(), (void**)&htmlElement).Succeeded
System.Windows.Forms.Primitives (3)
_generated\155\Windows.Win32.IHTMLFrameBase.g.cs (3)
27
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
35
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);
646
var hr = this.
QueryInterface
(&guid, &pv);