您要查找的是不是:
- WNDPROC A 32-bit pointer to a window procedure. 32位指向窗口程序的指針.
- Gets the location and size of the form in its normal window state. 獲取窗體在其正常窗口狀態(tài)下的位置和大小。
- A window procedure processes messages to the window. 窗口過(guò)程處理發(fā)送到窗口的消息。
- That contains the location and size of the form in the normal window state. 包含窗體在正常窗口狀態(tài)下的位置和大小。
- Provides a low-level encapsulation of a window handle and a window procedure. 提供窗口句柄和窗口過(guò)程的低級封裝。
- Defines the owner window procedure that is overridden to add specific functionality to a common dialog box. 定義要重寫(xiě)的所有者窗口過(guò)程,以便向通用對話(huà)框添加特定功能。
- Installs a hook procedure that monitors messages after they have been processed by the destination window procedure. 安裝一個(gè)鉤子子程,用來(lái)在消息被目標窗體程序處理之后來(lái)監視消息。
- This method also restores the original window procedure for the control by using a pointer kept in the. 對象中的指針來(lái)還原該控件的原始窗口過(guò)程。
- Send scroll bar messages to the window procedure of the window containing the scroll bar. 發(fā)送滾動(dòng)條消息給包含滾動(dòng)條的窗口的窗口處理函數。
- You can use this structure to wrap a message and assign it to the window procedure to be dispatched. 可使用該結構包裝消息,并將其分配給窗口過(guò)程以進(jìn)行調度。
- 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類(lèi)定義的原始窗口過(guò)程。
- Note the forward slashes in the otherwise normal Windows directory and file names: they are correct. 注意普通的Windows目錄和文件名中的斜線(xiàn):這是正確的。
- We will learn how to receive and respond to mouse input in our window procedure. 我們將要學(xué)習如何在我們的窗口程序中接收和響應鼠標輸入。
- Your window procedure receives a WM_PAINT message only if part of your client area is invalid. 只有在部分客戶(hù)區無(wú)效時(shí)你的窗口處理程序才會(huì )接收到WM_PAINT消息。
- You ll also need to ensure that Windows can find and load an essential PHP DLL using the normal Windows DLL loading process. 您可能還需要確保Windows可以使用普通的Windows DLL加載過(guò)程找到并加載必要的PHP DLL。
- At the very least, a window procedure should process the WM_PAINT message to draw itself. 最起碼的一點(diǎn)是,一個(gè)窗口過(guò)程應該處理WM_PAINT消息來(lái)繪制它自己。
- This attribute keeps the mailbox security descriptor separate from the security descriptor of the user object, which is a normal Windows security descriptor. 此屬性使郵箱安全描述符與用戶(hù)對象中的安全描述符分開(kāi),后者是普通Windows安全描述符。
- This information must be saved in variables defined as static in the window procedure, or saved in global variables. 這個(gè)信息必須保存在窗口處理程序中定義的靜態(tài)變量,或者保存在全局變量中。
- We'll see shortly how the window procedure is notified of this change in window size. 不久我們將看到窗口處理程序如何被通報窗口尺寸的這種改變。