如何使用互斥体发布信号? [英] How to use mutex to post signal?

查看:106
本文介绍了如何使用互斥体发布信号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用互斥体发布信号?如何在一个应用程序中创建通用互斥锁并发布信号.这样,另一个应用程序可以从前一个应用程序接收互斥信号?并对其进行处理.

How to use mutex to post signal? How to create common mutex and post signal in one application. so that, the other application can receive the mutex signal from the previous app? And process it.

推荐答案

您需要为此使用一个事件,请参见
http://msdn.microsoft.com/en-us/library/bhf9sxch (v = vs.80).aspx [
You need use an event for that see
http://msdn.microsoft.com/en-us/library/bhf9sxch(v=vs.80).aspx[^]
You have to give it a name so that the applications get to use the same event.


这篇关于如何使用互斥体发布信号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆