Sys2SyncBuffer: Difference between revisions
Appearance
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..." |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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). | |||
==Arguments== | ==Arguments== | ||
File handle (as returned by [[Sys2Open]] or [[Sys2CreateNamedPipe]]). (REQUIRED) | |||
==Return Value== | ==Return Value== | ||
1 on success, 0 on failure. | |||
[[Category: | [[Category:RxUtilEx]] |
Latest revision as of 06:47, 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
File handle (as returned by Sys2Open or Sys2CreateNamedPipe). (REQUIRED)
Return Value
1 on success, 0 on failure.