我如何传达我从另一个进程更新了 MemoryMappedFile?
我想使用 MemoryMappedFile 在本机应用程序和 .NET 应用程序之间进行通信。我想知道的问题是如何告诉 .NET 应用程序我已完成更新文件?反之亦然。
我相信我可以使用 Windows 消息进行通信,但我想知道是否有更好的方法,任何建议都非常感谢。
谢谢。 戴夫·麦克纳尔蒂
I want to use MemoryMappedFile to communicate between a native app and a .NET app. The problem that I am wondering is How do I tell the .NET app that I am done updated the file? or vice versa.
I believe I could use a windows message to communicate, but I was wondering if there is a better way, any suggested are very appreciated.
Thanks.
Dave McNulty
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)