1 implementation of Interface
Microsoft.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
11internal 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)
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)