IStream Interface

Definition

public interface class IStream
[System.Runtime.InteropServices.Guid("0000000c-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IStream
type IStream = interface
Public Interface IStream
Attributes

Methods

Clone(IStream)
Commit(UInt32)
CopyTo(IStream, UInt64, UInt64, UInt64)
LockRegion(UInt64, UInt64, UInt32)
Read(IntPtr, UInt32, UInt32)
Revert()
Seek(Int64, UInt32, UInt64)
SetSize(UInt64)
Stat(STATSTG, UInt32)
UnlockRegion(UInt64, UInt64, UInt32)
Write(IntPtr, UInt32, UInt32)

Applies to