IPrinterScriptablePropertyBag::SetBytes method (printerextension.h)

Writes a byte array property.

Syntax

HRESULT SetBytes(
  [in] BSTR      bstrName,
       IDispatch *pArray
);

Parameters

[in] bstrName

The array to write to.

pArray

The JavaScript array to write.

Return value

This method returns an HRESULT value.

Remarks

A call to SetBytes 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.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Desktop
Header printerextension.h

See also

IPrinterScriptablePropertyBag