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.
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) |