术语 | updatewindow |
释义 | UpdateWindow 语法: BOOL UpdateWindow( __in HWND hWnd ); UpdateWindow函数 更新的UpdateWindow函数通过发送WM_PAINT消息的窗口中指定的窗口客户区,如果窗口的更新区域不为空。函数发送WM_PAINT消息直接向指定的窗口的窗口过程,绕过应用队列。如果更新区域是空的,没有发送邮件。 参数 hWnd [in] 窗口句柄要更新。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。 实例 有关示例,请参见图在客户端区。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinuser.h(头文件:winuser.h) LibraryUser32.lib DLLUser32.dll 参见 绘画和绘图概述 绘画和绘图功能 ExcludeUpdateRgn GetUpdateRect GetUpdateRgn InvalidateRect InvalidateRgn WM_PAINT消息 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==UpdateWindow Function The UpdateWindow function updates the client area of the specified window by sending a WM_PAINT message to the window if the window's update region is not empty. The function sends a WM_PAINT message directly to the window procedure of the specified window, bypassing the application queue. If the update region is empty, no message is sent. Syntax BOOL UpdateWindow( __in HWND hWnd ); Parameters hWnd [in] Handle to the window to be updated. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. Examples For an example, see Drawing in the Client Area . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinuser.h (include Windows.h) LibraryUser32.lib DLLUser32.dll See Also Painting and Drawing Overview Painting and Drawing Functions ExcludeUpdateRgn GetUpdateRect GetUpdateRgn InvalidateRect InvalidateRgn WM_PAINT Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd145167(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。