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