IPrinterScriptablePropertyBag2::GetReadStreamAsXML method (printerextension.h)

Describes the IPrinterScriptablePropertyBag2::GetReadStreamAsXML method.

Syntax

HRESULT GetReadStreamAsXML(
  [in]  BSTR     bstrName,
  [out] IUnknown **ppXmlNode
);

Parameters

[in] bstrName

Defines the BSTR parameter bstrName.

[out] ppXmlNode

Defines the IUnknown parameter ppXmlNode.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Target Platform Windows
Header printerextension.h

See also

IPrinterScriptablePropertyBag2