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::GetWriteStream method
Gets a stream in order to write a stream property.
Syntax
HRESULT GetWriteStream(
[in] BSTR bstrName,
[out, retval] IStream **ppValueStream
);
Parameters
- bstrName [in]
-
The property to write.
- ppValueStream [out, retval]
-
The retrieved stream.
Return value
This method returns an HRESULT value.
Remarks
This method does not work with non-stream properties.
See also
Show: