1 implementation of Interface
Microsoft.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
11
internal sealed unsafe partial class ComManagedStream : IStream.
Interface
14 references to Interface
Microsoft.Private.Windows.Core (14)
Windows.Win32.System_Com_IStream_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.System.Com.IStream.
Interface
.Stat(winmdroot.System.Com.STATSTG*, uint)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT Stat(this winmdroot.System.Com.IStream.
Interface
@this, out winmdroot.System.Com.STATSTG pstatstg, uint grfStatFlag)
Windows\Win32\System\Com\ComManagedStream.cs (12)
49
HRESULT IStream.
Interface
.Clone(IStream** ppstm)
63
HRESULT IStream.
Interface
.Commit(uint grfCommitFlags)
72
HRESULT IStream.
Interface
.CopyTo(IStream* pstm, ulong cb, ulong* pcbRead, ulong* pcbWritten)
91
((IStream.
Interface
)this).Read(b, read, &read);
133
HRESULT IStream.
Interface
.Read(void* pv, uint cb, uint* pcbRead)
136
HRESULT IStream.
Interface
.Seek(long dlibMove, SeekOrigin dwOrigin, ulong* plibNewPosition)
188
HRESULT IStream.
Interface
.SetSize(ulong libNewSize)
194
HRESULT IStream.
Interface
.Stat(STATSTG* pstatstg, uint grfStatFlag)
224
HRESULT IStream.
Interface
.LockRegion(ulong libOffset, ulong cb, uint dwLockType) => HRESULT.STG_E_INVALIDFUNCTION;
227
HRESULT IStream.
Interface
.Revert() => HRESULT.S_OK;
230
HRESULT IStream.
Interface
.UnlockRegion(ulong libOffset, ulong cb, uint dwLockType) => HRESULT.STG_E_INVALIDFUNCTION;
250
HRESULT IStream.
Interface
.Write(void* pv, uint cb, uint* pcbWritten)