1 interface inheriting from Interface
System.Private.Windows.Core (1)
_generated\161\Windows.Win32.IStream.g.cs (1)
614
:winmdroot.System.Com.ISequentialStream.
Interface
{
14 references to Interface
System.Private.Windows.Core (14)
_generated\158\Windows.Win32.ISequentialStream.g.cs (2)
87
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
149
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
_generated\242\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)
115
HRESULT ISequentialStream.
Interface
.Read(void* pv, uint cb, uint* pcbRead)
134
=> ((ISequentialStream.
Interface
)this).Read(pv, cb, pcbRead);
232
HRESULT ISequentialStream.
Interface
.Write(void* pv, uint cb, uint* pcbWritten)
251
=> ((ISequentialStream.
Interface
)this).Write(pv, cb, pcbWritten);