2 implementations of Read
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
130HRESULT IStream.Interface.Read(void* pv, uint cb, uint* pcbRead)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
39public unsafe HRESULT Read(void* pv, uint cb, [Optional] uint* pcbRead) => throw new NotImplementedException();
2 references to Read
System.Private.Windows.Core (2)
Windows.Win32.IStream.g.cs (1)
67 return __object.Read(pv, cb, pcbRead);
Windows\Win32\System\Com\ComManagedStream.cs (1)
88((IStream.Interface)this).Read(b, read, &read);