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