IPartBase::GetStream method (filterpipeline.h)
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 |