Yes it can. Just use the same string-name for the lpName in your call to OpenFileMapping.
However, this stuff is really just for getting access to Far Memory (beyond our 2GB). There are easier ways to get strings between processes than this (in memory), especially if they're far less than 2GB.
You can think of this Far Memory I/O much like a regular file. However, it's gone when nobody is accessing it anymore.





Reply With Quote
