IPrinterPropertyBag::GetReadStream method (printerextension.h)

Gets a stream in order to read from a stream property.

Syntax

HRESULT GetReadStream(
  [in] BSTR    bstrName,
       IStream **ppValue
);

Parameters

[in] bstrName

The property to read.

ppValue

The returned 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)

See also

IPrinterPropertyBag