3 references to E_NOINTERFACE
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.RuntimeToNativeAdapter.cs (2)
74return hr.Succeeded ? hr : HRESULT.E_NOINTERFACE; 86return hr.Succeeded ? HRESULT.S_OK : HRESULT.E_NOINTERFACE;
Windows\Win32\System\Com\ComHelpers.cs (1)
119result = HRESULT.E_NOINTERFACE;