3 references to QueryInterface
System.Private.Windows.Core (2)
Windows.Win32.IStream.g.cs (2)
27
/// <inheritdoc cref="
QueryInterface
(global::System.Guid*, void**)"/>
34
winmdroot.Foundation.HRESULT __result = this.
QueryInterface
(riidLocal, ppvObjectLocal);
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\AgileComPointerTests.cs (1)
46
((IStream*)originalPtr)->
QueryInterface
(IID.Get<IUnknown>(), originalUnknownPtr);