ISequentialStream interface (objidl.h)

The ISequentialStream interface supports simplified sequential access to stream objects. The IStream interface inherits its Read and Write methods from ISequentialStream.

Inheritance

The ISequentialStream interface inherits from the IUnknown interface. ISequentialStream also has these types of members:

Methods

The ISequentialStream interface has these methods.

 
ISequentialStream::Read

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

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

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header objidl.h

See also

IStream