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

  1.  
  2.  
  3.              SEG_DISCARDABLE          The segment may be discarded.
  4.              SEG_GETTABLE             A shared segment that other
  5.                                       processes may access via the
  6.                                       DosGetSeg API.
  7.              SEG_GIVEABLE             A shared segment that may be
  8.                                       given to other processes.
  9.              SEG_NONSHARED            A nonshared, nondiscardable
  10.                                       segment.
  11.              SEG_SIZEABLE             Specifies that a shared segment
  12.                                       may be reduced in size.
  13.  
  14.  
  15.