home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / win32 / 815 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  973 b 

  1. Path: sparky!uunet!nntp1.radiomail.net!cronos!bombay!sanzgiri
  2. From: sanzgiri@bombay.metaphor.com (Ajit Sanzgiri)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: NT, 3.1, and Global Memory
  5. Keywords: global memory
  6. Message-ID: <2492@cronos.metaphor.com>
  7. Date: 3 Sep 92 18:53:47 GMT
  8. References: <1992Sep02.180251.7874@microsoft.com>
  9. Sender: news@cronos.metaphor.com
  10. Organization: Metaphor Computer Systems, Mountain View, CA
  11. Lines: 14
  12.  
  13. In article <1992Sep02.180251.7874@microsoft.com> johnhall@microsoft.com (John Hall) writes:
  14. >....
  15. >However, I have just posted a dll which handles shared memory
  16. >under Windows NT.  Operations are ShrAlloc(), ShrLock(),
  17. >ShrUnlock(), ShrFree(), ShrName() to assign a name to a handle
  18. >and ShrGet() to get a handle based upon a name.
  19. >
  20. >I even make heroic efforts to force all addresses to be identical
  21. >across processes.
  22.  
  23.     Does one need to be heroic for this ? I thought MapViewOfFileEx
  24.     provides this routinely.
  25.  
  26.     Ajit Sanzgiri
  27.