5 references to E_NOTIMPL
Microsoft.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (4)
231return HRESULT.E_NOTIMPL; 250return HRESULT.E_NOTIMPL; 261return HRESULT.E_NOTIMPL; 264public HRESULT DUnadvise(uint dwConnection) => HRESULT.E_NOTIMPL;
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
59throw new ExternalException(SR.ExternalException, (int)HRESULT.E_NOTIMPL);