Changeset 25 for rxutilex/trunk/FUNCTIONS
- Timestamp:
- Jul 14, 2015, 12:56:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rxutilex/trunk/FUNCTIONS
r22 r25 490 490 491 491 ------------------------------------------------------------------------- 492 Sys2SyncBuffer 493 494 Used to synchronize buffer read/write transactions (wrapper to 495 DosResetBuffer) For external files, writes the buffer to disk. 496 For named pipes, blocks until the remote client end of the pipe has read 497 the contents. 498 499 REXX ARGUMENTS: 500 1. File handle (as returned by Sys2Open or Sys2CreateNamedPipe). 501 (REQUIRED) 502 503 REXX RETURN VALUE: 1 on success, 0 on failure 504 505 ------------------------------------------------------------------------- 492 506 Sys2Version 493 507
Note:
See TracChangeset
for help on using the changeset viewer.