ISequentialStream Interface

Definition

Defines methods for the stream objects in sequence.

public interface class 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(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISequentialStream = interface
Public Interface ISequentialStream
Derived
Attributes

Methods

RemoteRead(Byte, UInt32, UInt32)

Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.

RemoteWrite(Byte, UInt32, UInt32)

Writes a specified number of bytes into the stream object starting at the current seek pointer.

Applies to