网站首页  词典首页

请输入您要查询的英文单词:

 

单词 message loop
释义

message loop

  • 网络消息循环;消息环;讯息循环
1.
消息循环
消息循环(message loop )之前通过调用 CoInitialize 来初始化 COM 库,在退出消息循环时,调用 CoUninitialize 。以下是窗口 …
blog.csdn.net
2.
消息环
Liran - 博客园 ... message based 基于消息的 message loop 消息环 message queuing 消息队列 ...
liran.cnblogs.com
3.
讯息循环
3. 让窗口进入讯息循环message loop)(透过Application的协助)using System;using System.Windows;namespace WPFTe…
soft.zdnet.com.cn
4.
信息循环
计算机与网络英语词汇(M2) ... message header 信件标头 message loop 信息循环 message map 信息映射 ...
www.diyifanwen.com
5.
讯息回圈
编程英语常用词汇 - 豆丁网 ... message based/ 以讯息为基础的 基於消息的 message loop/ 讯息回圈 消息环 micro/ 微 微 ...
www.docin.com
6.
读取消息的循环
Visual C 6.0... ... 3.7 自定义数据类型 3.7.1 typedef 4.2.3 读取消息的循环message loop 4.2.4 消息队列 message queue ...
www.2cto.com
7.
什么是消息循环
理解Windows消息循环 - 飘遥 -... ... 什么是消息队列( Message Queue) 什么是消息循环( Message Loop) 什么是消息( Message…
www.cnblogs.com

例句

释义:
1.
Thrown when a thread on which an operation should execute no longer exists or has no message loop.
当应执行某个操作的线程不再存在或者没有消息循环时,将引发此异常。
msdn2.microsoft.com
2.
A process is said to be in an idle state when it is waiting for messages inside of a message loop.
处理序在讯息迴圈内等候讯息时,是处于所谓的閒置状态。
technet.microsoft.com
3.
When a process with a graphical interface is executing , its message loop is in a wait state .
有图形界面的进程在执行时,其消息循环处于等待状态。
www.bing.com
4.
Unfortunately, controls do not control the main message loop and cannot handle this for the host.
遗憾的是,控件不执行控制主消息循环,对主机无法处理此。
support.microsoft.com
5.
To force the processing of your application to wait until the message loop has returned to the idle state .
强制应用程序处理等待,直到消息循环返回到空闲状态。
www.bing.com
6.
A program retrieves these messages from the message queue by executing a block of code known as the "message loop"
程序通过执行一段称为“消息循环”的代码从消息队列重新获得这些消息
blog.csdn.net
7.
This approach requires that each instance of a form runs on its own thread by using its own message loop.
此方法要求窗体的每个实例通过使用各自的消息循环在各自的线程上运行。
msdn2.microsoft.com
8.
Otherwise, control of the application is returned to the Windows Forms message loop.
否则,应用程序的控制返回到Windows窗体消息循环。
msdn2.microsoft.com
9.
The message loop provided by the COM client application is fundamentally different from the Windows Forms message loop.
COM客户端应用程序所提供的消息循环根本不同于Windows窗体消息循环。
msdn2.microsoft.com
10.
Begins running a standard application message loop on the current thread, with an ApplicationContext.
在特定的ApplicationContext中,在当前线程上开始运行标准应用程序消息循环。
msdn2.microsoft.com
1.
Registers a callback for checking whether the message loop is running in hosted environments.
注册一个回调以检查消息循环是否正在宿主环境中运行。
msdn2.microsoft.com
2.
Begins running a standard application message loop on the current thread, without a form.
在没有窗体的情况下,在当前线程上开始运行标准应用程序消息循环。
msdn2.microsoft.com
3.
This overload applies only to processes with a user interface and, therefore, a message loop.
此重载仅适用于具有用户界面并因此具有消息循环的进程。
msdn2.microsoft.com
4.
Begins running a standard application message loop on the current thread, with an.
中,在当前线程上开始运行标准应用程序消息循环。
msdn2.microsoft.com
5.
However, you can modify the. NET Framework component to start a new thread that uses its own message loop.
但是,可以修改.NETFramework组件以启动一个使用其自己的消息循环的新线程。
msdn2.microsoft.com
6.
To make a Windows Form work correctly from a COM client application, you must run it on a Windows Forms message loop.
若要使Windows窗体在COM客户端应用程序中正确工作,必须在Windows窗体消息循环上运行该窗体。
msdn2.microsoft.com
7.
Therefore, when the user closes that form instance, the. NET Framework message loop exits, and all other Windows Forms will close.
因此,当用户关闭该窗体实例时,.NETFramework消息循环退出,并且所有其他Windows窗体将关闭。
msdn2.microsoft.com
8.
Now, you can add the following code to the message loop of your application (usually in the WndProc function).
现在,可以将以下代码添加到应用程序的消息循环(通常在WndProc函数中)。
msdn2.microsoft.com
9.
Gets a value indicating whether a message loop exists on this thread.
获取指示该线程上是否存在消息循环的值。
msdn2.microsoft.com
10.
To instruct Windows Forms if the hosting environment still has an active message loop.
如果宿主环境仍有活动的消息循环,则使用。
msdn2.microsoft.com
1.
The following procedure demonstrates how to display a Windows Form on a new thread with a shared message loop.
下面的过程演示如何使用共享消息循环在新线程上显示Windows窗体。
msdn2.microsoft.com
2.
The window messages that are posted to the message loop may be handled differently than the Windows Form expects.
发布到消息循环的窗口消息的处理方式可能与Windows窗体期望的不同。
msdn2.microsoft.com
3.
Component to wait a finite amount of time for the process to become idle in the message loop.
组件在有限的时间内等待该进程在消息循环内空闲。
msdn2.microsoft.com
4.
Begins running a standard application message loop on the current thread.
在当前线程上开始运行标准应用程序消息循环。
msdn2.microsoft.com
5.
Therefore, you cannot change the client application's message loop.
因此,不能更改客户端应用程序的消息循环。
msdn2.microsoft.com
6.
A main message loop is already running on this thread.
主消息循环已在此线程上运行。
msdn2.microsoft.com
7.
Create a shared message loop on a new thread in the. NET Framework component.
在.NETFramework组件的新线程上创建共享消息循环。
msdn2.microsoft.com
8.
Exits the message loop on the current thread and closes all windows on the thread.
退出当前线程上的消息循环,并关闭该线程上的所有窗口。
msdn2.microsoft.com
9.
Use this method to exit the message loop of the current thread.
使用该方法来退出当前线程的消息循环。
msdn2.microsoft.com
10.
You cannot have more than one message loop running per thread.
不能在每个线程上运行多个消息循环。
msdn2.microsoft.com
1.
Terminates the message loop of the thread.
终止线程的消息循环。
msdn2.microsoft.com
2.
Unregisters the message loop callback made with.
发出的消息循环回调。
msdn2.microsoft.com
3.
The process then returns to the message loop.
然后该进程返回到消息循环。
msdn2.microsoft.com
4.
For example, if the process is written to always exit its message loop immediately, as in the code fragment.
中一样,进程被编写为总是立即退出其消息循环。
msdn2.microsoft.com
5.
By default, before it enters the Windows Forms message loop, this method calls the
默认情况下,在进入Windows窗体消息循环之前,此方法调用
msdn2.microsoft.com
6.
To create a shared message loop on a new thread for all forms to use
在新线程上创建一个共享消息循环供所有窗体使用
msdn2.microsoft.com
7.
In tWinMain before the main message loop add the following code
在tWinMain中的主消息循环前添加如下代码
msdn2.microsoft.com
8.
If a message loop exists; otherwise,
如果存在消息循环,则为,
msdn2.microsoft.com
9.
If a process does not have a message loop,
如果进程没有消息循环,则,
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/12 0:34:31