1 interface inheriting from Interface
Microsoft.Private.Windows.Core (1)
_generated\160\Windows.Win32.IStream.g.cs (1)
373 :winmdroot.System.Com.ISequentialStream.Interface {
12 references to Interface
Microsoft.Private.Windows.Core (12)
_generated\241\Windows.Win32.System_Com_ISequentialStream_Extensions.g.cs (8)
23 /// <inheritdoc cref="winmdroot.System.Com.ISequentialStream.Interface.Read(void*, uint, uint*)"/> 25 internal static unsafe winmdroot.Foundation.HRESULT Read(this winmdroot.System.Com.ISequentialStream.Interface @this, Span<byte> pv, out uint pcbRead) 37 /// <inheritdoc cref="winmdroot.System.Com.ISequentialStream.Interface.Read(void*, uint, uint*)"/> 38 internal static unsafe winmdroot.Foundation.HRESULT Read(this winmdroot.System.Com.ISequentialStream.Interface @this, Span<byte> pv) 47 /// <inheritdoc cref="winmdroot.System.Com.ISequentialStream.Interface.Write(void*, uint, uint*)"/> 49 internal static unsafe winmdroot.Foundation.HRESULT Write(this winmdroot.System.Com.ISequentialStream.Interface @this, ReadOnlySpan<byte> pv, out uint pcbWritten) 61 /// <inheritdoc cref="winmdroot.System.Com.ISequentialStream.Interface.Write(void*, uint, uint*)"/> 62 internal static unsafe winmdroot.Foundation.HRESULT Write(this winmdroot.System.Com.ISequentialStream.Interface @this, ReadOnlySpan<byte> pv)
Windows\Win32\System\Com\ComManagedStream.cs (4)
115HRESULT ISequentialStream.Interface.Read(void* pv, uint cb, uint* pcbRead) 134=> ((ISequentialStream.Interface)this).Read(pv, cb, pcbRead); 232HRESULT ISequentialStream.Interface.Write(void* pv, uint cb, uint* pcbWritten) 251=> ((ISequentialStream.Interface)this).Write(pv, cb, pcbWritten);