Metodo IPrinterPropertyBag::GetString (printerextension.h)

Legge una proprietà stringa.

Sintassi

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

Parametri

[in] bstrName

Proprietà da leggere.

[out, retval] pbstrValue

Valore letto.

Valore restituito

Questo metodo restituisce un valore HRESULT .

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione printerextension.h (include Printerextension.h)

Vedi anche

IPrinterPropertyBag