Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |