1 implementation of Read
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
133HRESULT IStream.Interface.Read(void* pv, uint cb, uint* pcbRead)
6 references to Read
System.Private.Windows.Core (6)
_generated\161\Windows.Win32.IStream.g.cs (1)
92 return __object.Read(pv, cb, pcbRead);
_generated\244\Windows.Win32.System_Com_IStream_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Read(void*, uint, uint*)"/> 31 winmdroot.Foundation.HRESULT __result = @this.Read((void* )pvLocal, (uint )pv.Length, pcbReadLocal); 37 /// <inheritdoc cref="winmdroot.System.Com.IStream.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)
91((IStream.Interface)this).Read(b, read, &read);