IPrinterScriptableSequentialStream::Read method (printerextension.h)

The Read method reads bytes from the stream and returns them as a JavaScript array.

Syntax

HRESULT Read(
  [in] LONG      cbRead,
       IDispatch **ppArray
);

Parameters

[in] cbRead

The number of bytes to read.

ppArray

The returned array.

Return value

This method returns an HRESULT value.

Requirements

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

See also

IPrinterScriptableSequentialStream