4 references to QueryInterface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
2744
result = accessible->
QueryInterface
(IID.Get<IOleWindow>(), (void**)&window);
System.Windows.Forms.Primitives (3)
_generated\106\Windows.Win32.IAccessible.g.cs (3)
28
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
36
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);
1243
var hr = this.
QueryInterface
(&guid, &pv);