每个程序在windows上开始运行时,windows都会为其创建一个 应用程序消息队列 ( Application Message Queue ),所有发送给这个程序的消息 都将放到这个消息队列中。应用程序将会在其空闲时从消息队列中取得消息,进行处理。
基于28个网页-相关网页
Any receiving application retrieves the message from the queue, interprets it, and processes it appropriately.
任何负责接收的应用程序都从该队列检索消息,解释该消息并适当地处理它。
Application a sends a message to the queue.
应用程序a将消息发送到队列。
The message producer application connected to QM1 puts messages to queue CLUSQ1.
连接到QM1的消息生成方应用程序将消息放置到队列CLUSQ1。
应用推荐