IPrintReadStream interface (filterpipeline.h)

Filters use the IPrintReadStream interface to read data as a raw stream of bytes.

Inheritance

The IPrintReadStream interface inherits from the IUnknown interface.

Methods

The IPrintReadStream interface has these methods.

 
IPrintReadStream::ReadBytes

The ReadBytes method reads a number of bytes into a buffer.
IPrintReadStream::Seek

The Seek method changes the seek pointer to a new location in the stream.

Requirements

Requirement Value
Target Platform Windows
Header filterpipeline.h (include Filterpipeline.h)