您要查找的是不是:
- WNDPROC A 32-bit pointer to a window procedure. 32位指向窗口程序的指针.
- A window procedure processes messages to the window. 窗口过程处理发送到窗口的消息。
- Provides a low-level encapsulation of a window handle and a window procedure. 提供窗口句柄和窗口过程的低级封装。
- Defines the owner window procedure that is overridden to add specific functionality to a common dialog box. 定义要重写的所有者窗口过程,以便向通用对话框添加特定功能。
- Installs a hook procedure that monitors messages after they have been processed by the destination window procedure. 安装一个钩子子程,用来在消息被目标窗体程序处理之后来监视消息。
- This method also restores the original window procedure for the control by using a pointer kept in the. 对象中的指针来还原该控件的原始窗口过程。
- Send scroll bar messages to the window procedure of the window containing the scroll bar. 发送滚动条消息给包含滚动条的窗口的窗口处理函数。
- You can use this structure to wrap a message and assign it to the window procedure to be dispatched. 可使用该结构包装消息,并将其分配给窗口过程以进行调度。
- Specifies the return value of the window procedure that processed the message specified by the message value. 指定了窗体程序的返回值,该窗体程序处理由。
- Message to the original window procedure defined by the Windows Edit class. 消息传递到由Windows Edit类定义的原始窗口过程。
- We will learn how to receive and respond to mouse input in our window procedure. 我们将要学习如何在我们的窗口程序中接收和响应鼠标输入。
- Your window procedure receives a WM_PAINT message only if part of your client area is invalid. 只有在部分客户区无效时你的窗口处理程序才会接收到WM_PAINT消息。
- At the very least, a window procedure should process the WM_PAINT message to draw itself. 最起码的一点是,一个窗口过程应该处理WM_PAINT消息来绘制它自己。
- This information must be saved in variables defined as static in the window procedure, or saved in global variables. 这个信息必须保存在窗口处理程序中定义的静态变量,或者保存在全局变量中。
- We'll see shortly how the window procedure is notified of this change in window size. 不久我们将看到窗口处理程序如何被通报窗口尺寸的这种改变。
- WH_CALLWNDPROC :Installs a hook procedure that monitors messages sent to a window procedure. 安装一个钩子子程来监视发送给窗体程序的消息。
- While processing one message in a window procedure, the program will not be suddenly interrupted by another message. 当在窗口处理程序中处理一个消息的时候,程序不会被另外的消息突然中断。
- The real action occurs in the window procedure. The window procedure determines what the window displays in its client area and how the window responds to user input. 这些实际动作发生在窗口处理程序。窗口处理程序决定窗口在它的客户区显示什么以及窗口如何相应用户的输入。
- The boy got a good beating for breaking the window. 那男孩因打碎窗玻璃而被狠狠打了一顿。
- Calls the default window procedure, which provides default processing for any window messages that an application does not process. 调用缺省的窗口过程,它提供了对应用程序没有处理的任何窗口消息的缺省处理。