Condividi tramite


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.

Fabbisogno

Requisito Valore
piattaforma di destinazione Desktop
intestazione printerextension.h (include Printerextension.h)

Vedere anche

IPrinterPropertyBag