Jump to content

Sys2SyncBuffer: Difference between revisions

From EDM2
Created page with "==Description== Used to synchronize buffer read/write transactions (wrapper to DosResetBuffer). For external files, writes the buffer to disk. For named pipes, blocks until t..."
 
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
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.
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==
==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==
; REXX RETURN VALUE:  1 on success, 0 on failure.
; REXX RETURN VALUE:  1 on success, 0 on failure.


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

Revision as of 14:39, 26 February 2017

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.