Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 1.88 KB

nf-printerextension-iprinterscriptablepropertybag-getbool.md

File metadata and controls

66 lines (53 loc) · 1.88 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:printerextension.IPrinterScriptablePropertyBag.GetBool
IPrinterScriptablePropertyBag::GetBool (printerextension.h)
Gets a specified boolean property.
print
08/02/2022
IPrinterScriptablePropertyBag::GetBool
GetBool, GetBool method [Print Devices], GetBool method [Print Devices],IPrinterScriptablePropertyBag interface, IPrinterScriptablePropertyBag interface [Print Devices],GetBool method, IPrinterScriptablePropertyBag.GetBool, IPrinterScriptablePropertyBag::GetBool, print.iprinterscriptablepropertybag_getbool, printerextension/IPrinterScriptablePropertyBag::GetBool
printerextension.h
Desktop
Windows 8
Windows Server 2012
Windows
IPrinterScriptablePropertyBag::GetBool
printerextension/IPrinterScriptablePropertyBag::GetBool
APIRef
kbSyntax
COM
Printerextension.h
IPrinterScriptablePropertyBag::GetBool

-description

Gets a specified boolean property.

-parameters

-param bstrName [in]

The name of the property.

-param pbValue [out, retval]

The returned property value.

-returns

This method returns an HRESULT value.

-remarks

A call to GetBool will throw an exception, if the specified property is not found. We recommend that you use a try-catch statement around calls to this method, to allow your app to handle any failures gracefully.

-see-also

IPrinterScriptablePropertyBag