5 references to Read
Microsoft.Private.Windows.Core (5)
_generated\160\Windows.Win32.IStream.g.cs (4)
56 /// <inheritdoc cref="Read(void*, uint, uint*)"/> 63 winmdroot.Foundation.HRESULT __result = this.Read((void* )pvLocal, (uint )pv.Length, pcbReadLocal); 69 /// <inheritdoc cref="Read(void*, uint, uint*)"/> 74 winmdroot.Foundation.HRESULT __result = this.Read((void* )pvLocal, (uint )pv.Length, default(uint* ));
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
506pStream->Read((byte*)ptr, (uint)sstg.cbSize, null);