Método IPrinterPropertyBag::GetString (printerextension.h)

Lee una propiedad de cadena.

Sintaxis

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

Parámetros

[in] bstrName

Propiedad que se va a leer.

[out, retval] pbstrValue

Valor leído.

Valor devuelto

Este método devuelve un valor HRESULT .

Requisitos

Requisito Value
Plataforma de destino Escritorio
Encabezado printerextension.h (incluya Printerextension.h)

Consulte también

IPrinterPropertyBag