home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_11 / 8n11040b < prev    next >
Text File  |  1990-08-03  |  425b  |  11 lines

  1.  
  2.  
  3.               QUE_FIFO            First In First Out ordering, records
  4.                                   will be read by age - oldest first.
  5.               QUE_LIFO            Last In First Out ordering, records
  6.                                   will be read by age - newest first.
  7.               QUE_PRIORITY        Queue records are ordered by an
  8.                                   application defined priority.
  9.  
  10.  
  11.