ISequentialStream Interface

Definition

Supports simple sequential access to streams. For more information, see ISequentialStream.

public interface class ISequentialStream
public interface class ISequentialStream
__interface ISequentialStream
[System.Runtime.InteropServices.Guid("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ISequentialStream
[System.Runtime.InteropServices.Guid("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISequentialStream
[<System.Runtime.InteropServices.Guid("0C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ISequentialStream = interface
[<System.Runtime.InteropServices.Guid("0C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISequentialStream = interface
Public Interface ISequentialStream
Derived
Attributes

Methods

Read(Byte[], UInt32, UInt32)
Write(Byte[], UInt32, UInt32)

Applies to