留下记号,最近要用到:
方案1、使用WM_COPYDATA消息
方案2、使用WriteProcessMemory(),ReadProcessMemory()访问其他进程的内存
方案3、使用内存镜像文件
方案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