cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBL_READ_VFILE Details (↑ Library of Routines)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Description:
 
     Attempting to read data from an area of the heap which has not yet
     been written will result in indeterminate data being returned to the
     buffer.
 
     See Introduction to heap routines
 
  Parameters on Entry:
 
     heap-id                 This contains the heap handle assigned when
                             the heap was opened.
 
     heap-ref                Offset in heap at which to start reading.
 
     heap-len                Number of bytes to read.
 
  Parameters on Exit:
 
     heap-buf                Buffer into which bytes are read. It is your
                             responsibility to ensure that the buffer is
                             large enough to hold the number of bytes
                             being read.
                                    -♦-