1 implementation of Read
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
115HRESULT ISequentialStream.Interface.Read(void* pv, uint cb, uint* pcbRead)
6 references to Read
System.Private.Windows.Core (6)
_generated\158\Windows.Win32.ISequentialStream.g.cs (1)
92 return __object.Read(pv, cb, pcbRead);
_generated\242\Windows.Win32.System_Com_ISequentialStream_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Com.ISequentialStream.Interface.Read(void*, uint, uint*)"/> 31 winmdroot.Foundation.HRESULT __result = @this.Read((void* )pvLocal, (uint )pv.Length, pcbReadLocal); 37 /// <inheritdoc cref="winmdroot.System.Com.ISequentialStream.Interface.Read(void*, uint, uint*)"/> 42 winmdroot.Foundation.HRESULT __result = @this.Read((void* )pvLocal, (uint )pv.Length, default(uint* ));
Windows\Win32\System\Com\ComManagedStream.cs (1)
134=> ((ISequentialStream.Interface)this).Read(pv, cb, pcbRead);