1 implementation of Interface
Microsoft.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
11internal sealed unsafe partial class ComManagedStream : IStream.Interface
30 references to Interface
Microsoft.Private.Windows.Core (30)
_generated\243\Windows.Win32.System_Com_IStream_Extensions.g.cs (18)
23 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Read(void*, uint, uint*)"/> 25 internal static unsafe winmdroot.Foundation.HRESULT Read(this winmdroot.System.Com.IStream.Interface @this, Span<byte> pv, out uint pcbRead) 37 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Read(void*, uint, uint*)"/> 38 internal static unsafe winmdroot.Foundation.HRESULT Read(this winmdroot.System.Com.IStream.Interface @this, Span<byte> pv) 47 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Write(void*, uint, uint*)"/> 49 internal static unsafe winmdroot.Foundation.HRESULT Write(this winmdroot.System.Com.IStream.Interface @this, ReadOnlySpan<byte> pv, out uint pcbWritten) 61 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Write(void*, uint, uint*)"/> 62 internal static unsafe winmdroot.Foundation.HRESULT Write(this winmdroot.System.Com.IStream.Interface @this, ReadOnlySpan<byte> pv) 71 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Seek(long, global::System.IO.SeekOrigin, ulong*)"/> 72 internal static unsafe winmdroot.Foundation.HRESULT Seek(this winmdroot.System.Com.IStream.Interface @this, long dlibMove, global::System.IO.SeekOrigin dwOrigin, out ulong plibNewPosition) 81 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Seek(long, global::System.IO.SeekOrigin, ulong*)"/> 83 internal static unsafe winmdroot.Foundation.HRESULT Seek(this winmdroot.System.Com.IStream.Interface @this, long dlibMove, global::System.IO.SeekOrigin dwOrigin) 89 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.CopyTo(winmdroot.System.Com.IStream*, ulong, ulong*, ulong*)"/> 90 internal static unsafe winmdroot.Foundation.HRESULT CopyTo(this winmdroot.System.Com.IStream.Interface @this, winmdroot.System.Com.IStream* pstm, ulong cb, out ulong pcbRead, out ulong pcbWritten) 102 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.CopyTo(winmdroot.System.Com.IStream*, ulong, ulong*, ulong*)"/> 103 internal static unsafe winmdroot.Foundation.HRESULT CopyTo(this winmdroot.System.Com.IStream.Interface @this, winmdroot.System.Com.IStream* pstm, ulong cb) 109 /// <inheritdoc cref="winmdroot.System.Com.IStream.Interface.Stat(winmdroot.System.Com.STATSTG*, uint)"/> 110 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)
49HRESULT IStream.Interface.Clone(IStream** ppstm) 63HRESULT IStream.Interface.Commit(uint grfCommitFlags) 72HRESULT IStream.Interface.CopyTo(IStream* pstm, ulong cb, ulong* pcbRead, ulong* pcbWritten) 91((IStream.Interface)this).Read(b, read, &read); 133HRESULT IStream.Interface.Read(void* pv, uint cb, uint* pcbRead) 136HRESULT IStream.Interface.Seek(long dlibMove, SeekOrigin dwOrigin, ulong* plibNewPosition) 188HRESULT IStream.Interface.SetSize(ulong libNewSize) 194HRESULT IStream.Interface.Stat(STATSTG* pstatstg, uint grfStatFlag) 224HRESULT IStream.Interface.LockRegion(ulong libOffset, ulong cb, uint dwLockType) => HRESULT.STG_E_INVALIDFUNCTION; 227HRESULT IStream.Interface.Revert() => HRESULT.S_OK; 230HRESULT IStream.Interface.UnlockRegion(ulong libOffset, ulong cb, uint dwLockType) => HRESULT.STG_E_INVALIDFUNCTION; 250HRESULT IStream.Interface.Write(void* pv, uint cb, uint* pcbWritten)