Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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) |