Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetWriteStream method retrieves the stream object to write page markup to read . You can use this stream to change page markup.
Syntax
HRESULT GetWriteStream(
[out] IPrintWriteStream **ppWriteStream
);
Parameters
[out] ppWriteStream
The stream that the filter should use to write page markup to send data.
Return value
GetWriteStream returns an HRESULT.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | filterpipeline.h |