IPrinterScriptableSequentialStream::Write method (printerextension.h)
The Write method writes the provided JavaScript array to the stream and returns the number of bytes written.
Syntax
HRESULT Write(
IDispatch *pArray,
[out, retval] LONG *pcbWritten
);
Parameters
pArray
The array to write.
[out, retval] pcbWritten
The number of bytes written.
Return value
This method returns an HRESULT value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Target Platform | Desktop |
Header | printerextension.h |