home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_11 / 8n11038a < prev    next >
Text File  |  1990-09-19  |  1KB  |  32 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.          DosAllocSeg          Allocate a memory segment.
  8.          DosFreeSeg           Free a memory segment.
  9.          DosGetSeg            Obtain access to a shared segment.
  10.          DosGiveSeg           Give shared segment access to another
  11.                               process.
  12.          DosReallocSeg        Change the size of a memory segment.
  13.  
  14.          DosAllocHuge         Allocate a huge memory block composed of
  15.                               multiple segments.
  16.          DosGetHugeShift      Selector shift count for accessing
  17.                               multiple segments of a huge block.
  18.          DosReallocHuge       Change the size of a huge memory block.
  19.  
  20.          DosLockSeg           Lock a discardable segment during
  21.                               access.
  22.          DosUnlockSeg         Release discardable segment lock.
  23.  
  24.          API calls used for Named Shared Memory
  25.  
  26.          DosAllocShrSeg       Allocate a named shared segment.
  27.          DosFreeSeg           Free a memory segment.
  28.          DosGetShrSeg         Obtain access to a named shared segment.
  29.          DosReallocSeg        Change the size of a memory segment.
  30.  
  31.  
  32.