home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 August / CICA.cdr / win_nt / os2towin / shrmem.rdm < prev    next >
Encoding:
Text File  |  1992-09-04  |  474 b   |  17 lines

  1.  
  2.  
  3. Shared memory dll and test/initialization routines.
  4.  
  5. This system manages shared memory on Windows NT, including provisions
  6. for having the same virtual address space in different processes.
  7.  
  8. Services supported include: ShrAlloc, ShrFree, ShrLock, ShrUnlock,
  9.     ShrName, and ShrGet.  The last two associate a string with a
  10.     handle or get a handle based on a string.
  11.  
  12. This is intended to aid OS/2 programmers porting to Windows NT,
  13. or anyone else using shared memory.
  14.  
  15.  
  16.  
  17.