IPrinterPropertyBag::GetBool method (printerextension.h)

Reads a specified boolean property.

Syntax

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

Parameters

[in] bstrName

The name of the property.

[out, retval] pbValue

The returned property value.

Return value

This method returns an HRESULT value.

Requirements

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

See also

IPrinterPropertyBag