IPrintWriteStream interface (filterpipeline.h)
Filters use the IPrintWriteStream interface to write data as a raw stream of bytes.
Inheritance
The IPrintWriteStream interface inherits from the IUnknown interface.
Methods
The IPrintWriteStream interface has these methods.
IPrintWriteStream::Close The Close method closes a stream and ends the writing to that stream. This method is mandatory. You must call this method when the filter is done writing. |
IPrintWriteStream::WriteBytes The WriteBytes method writes a specified number of bytes to a stream. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | filterpipeline.h (include Filterpipeline.h) |