IPrinterPropertyBag::GetString method (printerextension.h)

Reads a string property.

Syntax

HRESULT GetString(
  [in]          BSTR bstrName,
  [out, retval] BSTR *pbstrValue
);

Parameters

[in] bstrName

The property to read.

[out, retval] pbstrValue

The value read.

Return value

This method returns an HRESULT value.

Requirements

Requirement Value
Target Platform Desktop
Header printerextension.h (include Printerextension.h)

See also

IPrinterPropertyBag