Jump to content

Sys2Write: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
Write bytes to a previously-opened stream (wrapper to [[DosWrite]]).
Write bytes to a previously-opened stream (wrapper to DosWrite).


==Arguments==
==Arguments==
Line 12: Line 11:
   The number of bytes successfully written.
   The number of bytes successfully written.


[[Category:The OS/2 API Project]]
[[Category:RxUtilEx]]

Revision as of 14:41, 26 February 2017

Write bytes to a previously-opened stream (wrapper to DosWrite).

Arguments

REXX ARGUMENTS:

 1. File handle (as returned by Sys2Open or Sys2CreateNamedPipe).
    (REQUIRED)
 2. Data to be written.  (REQUIRED)

Return Value

REXX RETURN VALUE:

 The number of bytes successfully written.