2 implementations of Revert
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
224HRESULT IStream.Interface.Revert() => HRESULT.S_OK;
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
45public HRESULT Revert() => throw new NotImplementedException();
1 reference to Revert
System.Private.Windows.Core (1)
Windows.Win32.IStream.g.cs (1)
264 return __object.Revert();