网站首页  词典首页

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

 

单词 window procedure
释义

window procedure

  • 网络窗口过程;视窗函式;窗口程序
1.
窗口过程
Liran - 博客园 ... window function 窗口函数 window procedure 窗口过程 Windows authentication Windows 身份验证 ...
liran.cnblogs.com
2.
视窗函式
编程术语中英对照表 ... window function 视窗函式 窗口函数 window procedure 视窗函式 窗口过程 wizard 精灵 向导 ...
seasun.bokee.com
3.
窗口程序
计算机与网络英语词汇(W-Z)|无忧教育 ... window origin 窗口源 window procedure 窗口程序 window rectangle 窗口方框 ...
www.51education.net
4.
处理函数
由消息处理函数Window Procedure)来处理。消息处理函数是一个回调函数,其地址在注册窗口类的时候注册,只有在线程 …
blog.163.com
5.
窗口的处理过程
...口的消息(Message),因此,需要自已定义客户窗口的处理过程Window PRocedure),并接管MDI客户窗口(需在重载 …
www.knowsky.com
6.
程序的窗口过程
当某些能影响IME窗口的事件发生时,系统将向应用程序的窗口过程window procedure)发送IME窗口消息。例如:当(应用 …
www.cnblogs.com
7.
调用窗口的消息处理函数
SendMessage()要求立即处理,所以它会直接调用窗口的消息处理函数Window Procedure),完成后返回处理结果。但这仅 …
blog.163.com
8.
视窗程序
要包含在视窗程序 (Window Procedure) 链结中的 HwndSourceHook。如果在建构时指定拦截程序,它将接收视窗的所有讯息。
msdn.microsoft.com

例句

释义:
1.
Provides a low-level encapsulation of a window handle and a window procedure.
提供窗口句柄和窗口过程的低级封装。
msdn2.microsoft.com
2.
receiving serial data using implicit call, CserialPortEx in serial data when he arrived at the data sent to the main window procedure.
接收串口数据时使用隐式调用,CserialPortEx在串口数据到达时讲数据发送到程序主窗口。
joys99.com
3.
Calls the default window procedure, which provides default processing for any window messages that an application does not process.
调用缺省的窗口过程,它提供了对应用程序没有处理的任何窗口消息的缺省处理。
www.zjrj.org
4.
Calls the default window procedure, which provides default processing for any window message that an application does not process.
这个函数调用缺省的窗口过程,提供了对应用程序没有处理的任何窗口消息的缺省处理。
chenfeie.st.dprktimes.com
5.
Your window procedure receives a WM _PAINT message only if part of your client area is invalid.
只有在部分客户区无效时你的窗口处理程序才会接收到WM_PAINT消息。
dictsearch.appspot.com
6.
Installs a hook procedure that monitors messages after they have been processed by the destination window procedure.
安装一个钩子子程,用来在消息被目标窗体程序处理之后来监视消息。
blog.csdn.net
7.
You can use this structure to wrap a message and assign it to the window procedure to be dispatched.
可使用该结构包装消息,并将其分配给窗口过程以进行调度。
msdn2.microsoft.com
8.
Pointer to an application-defined window procedure. SeeWindowProc for information on functions of this type.
指针,指向一个程序定义的窗口处理。
hi.baidu.com
9.
This information must be saved in variables defined as static in the window procedure, or saved in global variables.
这个信息必须保存在窗口处理程序中定义的静态变量,或者保存在全局变量中。
dictsearch.appspot.com
10.
Message to the original window procedure defined by the Windows Edit class.
消息传递到由WindowsEdit类定义的原始窗口过程。
msdn2.microsoft.com
1.
Specifies the value returned by the control's window procedure, or 0 if the control was not found.
指定了控件的窗口过程返回的值。如果没有找到控件,则返回0。
www.zjrj.org
2.
It should be called with the same parameters as those received by the window procedure.
它必须用与窗口过程接收到的参数相同的参数来调用。
chenfeie.st.dprktimes.com
3.
Sends the specified message to the default window procedure.
向默认窗口过程发送指定消息。
msdn2.microsoft.com
4.
Processed. DefRawInputProcis called with the same parameters received by the window procedure.
使用从窗体过程接受来的参数进行调用。
blog.csdn.net
5.
Superclassing allows you to create a window class that is based on an existing class but uses a different window procedure.
创建超类使您得以创建基于现有类但使用不同窗口过程的窗口类。
msdn2.microsoft.com
6.
Send scroll bar messages to the window procedure of the window containing the scroll bar.
发送滚动条消息给包含滚动条的窗口的窗口处理函数。
www.winu.cn
7.
The application must read the message queue, retrieve the messages, and dispatch them so that the window procedure can process them.
应用程序必须从消息队列中读取消息,检索并将它们发送到窗口过程,这样做是为了让窗口过程能够处理它们。
www.winu.cn
8.
Your window procedure is the event handler.
窗口过程就是事件处理器。
www.cnblogs.com
9.
A window procedure processes messages to the window .
窗口过程处理发送到窗口的消息。
dictsearch.appspot.com
10.
Called to inform an application's main window procedure that a modal dialog box or a menu is entering an idle state.
调用这个函数以通知应用程序的主窗口过程,模式对话框或菜单正在进入空闲状态。
www.zjrj.org
1.
Process the scroll bar messages to the window procedure.
处理到窗口处理函数的滚动条消息。
www.winu.cn
2.
If a message needs further processing, it is sent to the original window procedure of the window class.
如果消息需要进一步处理,则将其发送到窗口类的原始窗口过程。
msdn2.microsoft.com
3.
We will learn how to receive and respond to mouse input in our window procedure.
我们将要学习如何在我们的窗口程序中接收和响应鼠标输入。
blog.chinaunix.net
4.
Subclassing Controls with a Managed Window Procedure
使用托管窗口过程创建控件子类
msdn2.microsoft.com
5.
wndproc a 32 - bit pointer to a window procedure
一个32位的指针,指向窗口程序。
www.ichacha.net
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/13 4:03:40