Ignore:
Timestamp:
Jul 14, 2015, 12:56:28 PM (10 years ago)
Author:
Alex Taylor
Message:

Added Sys2SyncBuffer function. Updated version number to 0.1.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rxutilex/trunk/FUNCTIONS

    r22 r25  
    490490
    491491-------------------------------------------------------------------------
     492Sys2SyncBuffer                                                           
     493
     494Used to synchronize buffer read/write transactions (wrapper to
     495DosResetBuffer)  For external files, writes the buffer to disk.
     496For named pipes, blocks until the remote client end of the pipe has read
     497the contents.
     498                                                                         
     499REXX ARGUMENTS:                                                         
     500  1. File handle (as returned by Sys2Open or Sys2CreateNamedPipe).
     501     (REQUIRED)
     502                                                                         
     503REXX RETURN VALUE:  1 on success, 0 on failure
     504
     505-------------------------------------------------------------------------
    492506Sys2Version
    493507
Note: See TracChangeset for help on using the changeset viewer.