The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IPrinterPropertyBag::GetReadStream method
Gets a stream in order to read from a stream property.
Syntax
HRESULT GetReadStream(
[in] BSTR bstrName,
[out] IStream **ppValueStream
);
Parameters
- bstrName [in]
-
The property to read.
- ppValueStream [out]
-
The returned stream.
Return value
This method returns an HRESULT value.
Remarks
This method does not work with non-stream properties.
See also
Show: