本文介绍了在MFC多线程编程中,主线程和Seondary-Thread之间的链接如何发生?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
任何人都可以通过以下方式澄清疑问.
据我所知,辅助线程和主线程之间的链接可以通过PostThreadMessage()API来实现.
如果我错了,请告诉我该链接如何实现.我的意思是,辅助线程如何将数据发送到主线程.
请尽快帮我.在此先感谢:)
Hi,
Can any one please clarify a doubt as below.
In my knowledge, the link between the Secondary-Thread and Main-Thread can happens through PostThreadMessage() API.
If i''m wrong, then kindly please tell me, how this link can possible. I mean ,how the Secondary-Thread can send data to Main-Thread.
Please help me soon. Thanks in advance :)
推荐答案
这篇关于在MFC多线程编程中,主线程和Seondary-Thread之间的链接如何发生?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!