1 implementation of Interface
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
11
internal sealed unsafe partial class ComManagedStream : IStream.
Interface
43 references to Interface
System.Private.Windows.Core (41)
_generated\161\Windows.Win32.IStream.g.cs (11)
87
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
135
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
178
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
217
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
272
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
309
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
346
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
376
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
412
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
459
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
500
winmdroot.Foundation.HRESULT __hr = winmdroot.ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
_generated\244\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)
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)
System.Windows.Forms (2)
System\Windows\Forms\Controls\ImageList\ImageList.NativeImageList.cs (1)
21
public unsafe NativeImageList(IStream.
Interface
pstm)
System\Windows\Forms\Input\Cursor.cs (1)
399
private unsafe void LoadPicture(IStream.
Interface
stream, string paramName)