术语 | equalrgn |
释义 | EqualRgn 语法: BOOL EqualRgn( __in HRGN hSrcRgn1, __in HRGN hSrcRgn2 ); EqualRgn功能 该EqualRgn函数检查两个指定区域,以确定它们是否是相同的。函数一致认为,这两个地区,如果它们的大小和形状相同。 参数 hSrcRgn1 [in] 句柄地区。 hSrcRgn2 [in] 句柄地区。 返回值 如果这两个地区是平等的,则返回值为非零。 如果这两个地区是不相等,则返回值为0。一个错误的返回值是指在该地区至少有一个是无效的处理。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWingdi.h(头文件:winuser.h) LibraryGdi32.lib DLLGdi32.dll 参见 地区概况 区域函数 CreateRectRgn CreateRectRgnIndirect 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月11日 ==英文原文==EqualRgn Function The EqualRgn function checks the two specified regions to determine whether they are identical. The function considers two regions identical if they are equal in size and shape. Syntax BOOL EqualRgn( __in HRGN hSrcRgn1, __in HRGN hSrcRgn2 ); Parameters hSrcRgn1 [in] Handle to a region. hSrcRgn2 [in] Handle to a region. Return Value If the two regions are equal, the return value is nonzero. If the two regions are not equal, the return value is zero. A return value of ERROR means at least one of the region handles is invalid. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWingdi.h (include Windows.h) LibraryGdi32.lib DLLGdi32.dll See Also Regions Overview Region Functions CreateRectRgn CreateRectRgnIndirect Send comments about this topic to Microsoft Build date: 7/11/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/dd162700(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。