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 GetStream method gets the stream object that contains the part data. Each part has part-specific data that is associated with it (for example, a font, image, and page markup).
Syntax
HRESULT GetStream(
[out] IPrintReadStream **ppStream
);
Parameters
[out] ppStream
The stream object that contains the part data to be read.
Return value
GetStream returns an HRESULT value.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | filterpipeline.h |