Jump to content

Sys2SyncBuffer: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 2: Line 2:


==Arguments==
==Arguments==
; REXX ARGUMENTS: File handle (as returned by Sys2Open or Sys2CreateNamedPipe). (REQUIRED)
; REXX ARGUMENTS: File handle (as returned by [[Sys2Open]] or [[Sys2CreateNamedPipe]]). (REQUIRED)


==Return Value==
==Return Value==

Revision as of 04:49, 3 May 2020

Used to synchronize buffer read/write transactions (wrapper to DosResetBuffer). For external files, writes the buffer to disk. For named pipes, blocks until the remote client end of the pipe has read the contents.

Arguments

REXX ARGUMENTS
File handle (as returned by Sys2Open or Sys2CreateNamedPipe). (REQUIRED)

Return Value

REXX RETURN VALUE
1 on success, 0 on failure.