Windows进程间通信:共享内存

留下记号,最近要用到:

方案1、使用WM_COPYDATA消息
方案2、使用WriteProcessMemory(),ReadProcessMemory()访问其他进程的内存
方案3、使用内存镜像文件
http://topic.csdn.net/u/20080123/09/12664978-2019-4ac9-93fe-86e8c0278d5b.html

 

内存镜像方式:

CreateFileMapping(...),OpenFileMapping(...),MapViewOfFile(..)

http://blog.csdn.net/rzjkl1980/article/details/5519230
 

 

posted @ 2011-12-24 20:39  81  阅读(1659)  评论(0编辑  收藏  举报