Jump to content

Sys2Write: Difference between revisions

From EDM2
Created page with "==Description== Write bytes to a previously-opened stream (wrapper to DosWrite). ==Arguments== REXX ARGUMENTS: 1. File handle (as returned by Sys2Open or Sys2CreateNamedPip..."
 
No edit summary
Line 11: Line 11:
REXX RETURN VALUE:
REXX RETURN VALUE:
   The number of bytes successfully written.
   The number of bytes successfully written.
[[Category:The OS/2 API Project]]

Revision as of 14:56, 16 June 2016

Description

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.