术语 | excludeupdatergn |
释义 | ExcludeUpdateRgn 语法: int ExcludeUpdateRgn( __in HDC hDC, __in HWND hWnd ); ExcludeUpdateRgn功能 该ExcludeUpdateRgn功能可防止制定一个窗口内的地区,排除无效的,从剪辑区域中的一个窗口更新的区域。 参数 hDC [in] 处理设备环境与剪辑区域相关联。 hWnd [in] 窗口句柄更新。 返回值 返回值指定排除区域的复杂性,它可以是任何下列值之一。 ValueMeaning COMPLEXREGIONRegion由多个矩形。 ERRORAn发生错误。 NULLREGIONRegion是空的。 SIMPLEREGIONRegion是一个单一的矩形。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinuser.h(头文件:winuser.h) LibraryUser32.lib DLLUser32.dll 参见 绘画和绘图概述 绘画和绘图功能 调用BeginPaint GetUpdateRect GetUpdateRgn UpdateWindow 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==ExcludeUpdateRgn Function The ExcludeUpdateRgn function prevents drawing within invalid areas of a window by excluding an updated region in the window from a clipping region. Syntax int ExcludeUpdateRgn( __in HDC hDC, __in HWND hWnd ); Parameters hDC [in] Handle to the device context associated with the clipping region. hWnd [in] Handle to the window to update. Return Value The return value specifies the complexity of the excluded region; it can be any one of the following values. ValueMeaning COMPLEXREGIONRegion consists of more than one rectangle. ERRORAn error occurred. NULLREGIONRegion is empty. SIMPLEREGIONRegion is a single rectangle. 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 BeginPaint GetUpdateRect GetUpdateRgn UpdateWindow Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162703(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。