Metodo IPrinterPropertyBag::GetBool (printerextension.h)

Legge una proprietà booleana specificata.

Sintassi

HRESULT GetBool(
  [in]          BSTR bstrName,
  [out, retval] BOOL *pbValue
);

Parametri

[in] bstrName

Nome della proprietà.

[out, retval] pbValue

Valore della proprietà restituito.

Valore restituito

Questo metodo restituisce un valore HRESULT .

Requisiti

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

Vedi anche

IPrinterPropertyBag