1 implementation of Read
Microsoft.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
115HRESULT ISequentialStream.Interface.Read(void* pv, uint cb, uint* pcbRead)
1 reference to Read
Microsoft.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
134=> ((ISequentialStream.Interface)this).Read(pv, cb, pcbRead);