3 references to QueryInterface
System.Private.Windows.Core (2)
Windows.Win32.IDataObject.g.cs (2)
27
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
34
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\DataObjectProxy.cs (1)
118
return proxy._original->
QueryInterface
(iid, ppObject);