Sharing memory between two processes (C, Windows)

前端 未结 7 2068
温柔的废话
温柔的废话 2020-11-27 03:06

Since I haven\'t found an answer to the question asked previously here I\'m trying a different approach.

Is there any way to share memory between two processes?

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-27 03:31

    You can use Shared Memory

    • http://msdn.microsoft.com/en-us/library/aa366551(VS.85).aspx

提交回复
热议问题