2 implementations of SetSize
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
185HRESULT IStream.Interface.SetSize(ulong libNewSize)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
42public HRESULT SetSize(ulong libNewSize) => throw new NotImplementedException();
1 reference to SetSize
System.Private.Windows.Core (1)
Windows.Win32.IStream.g.cs (1)
156 return __object.SetSize(libNewSize);