IPrinterPropertyBag::GetWriteStream method (printerextension.h)
Gets a stream in order to write a stream property.
Syntax
HRESULT GetWriteStream(
[in] BSTR bstrName,
IStream **ppValue
);
Parameters
[in] bstrName
The property to write.
ppValue
The retrieved stream.
Return value
This method returns an HRESULT value.
Remarks
This method does not work with non-stream properties.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | printerextension.h (include Printerextension.h) |