2 implementations of QueryInterface
System.Private.Windows.Core (1)
Windows\Win32\System\Com\GlobalInterfaceTable.UnknownStrategy.cs (1)
25int IIUnknownStrategy.QueryInterface(void* instancePtr, in Guid iid, out void* ppObj)
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\FreeThreadedStrategy.cs (1)
19unsafe int IIUnknownStrategy.QueryInterface(void* thisPtr, in Guid handle, out void* ppObj)
1 reference to QueryInterface
System.Runtime.InteropServices (1)
System\Runtime\InteropServices\Marshalling\ComObject.cs (1)
130int hr = IUnknownStrategy.QueryInterface(_instancePointer, details.Iid, out void* ppv);