IPrinterPropertyBag::GetInt32 method (printerextension.h)

Reads an integer property.

Syntax

HRESULT GetInt32(
  [in]          BSTR bstrName,
  [out, retval] LONG *pnValue
);

Parameters

[in] bstrName

The property to read.

[out, retval] pnValue

The value read.

Return value

This method returns an HRESULT value.

Requirements

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

See also

IPrinterPropertyBag