Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 2.19 KB

nf-wingdi-equalrgn.md

File metadata and controls

89 lines (66 loc) · 2.19 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wingdi.EqualRgn
EqualRgn function (wingdi.h)
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.
EqualRgn
EqualRgn function [Windows GDI]
_win32_EqualRgn
gdi.equalrgn
wingdi/EqualRgn
gdi\equalrgn.htm
gdi
c7829998-78f4-4334-bf34-92aad12555f5
12/05/2018
EqualRgn, EqualRgn function [Windows GDI], _win32_EqualRgn, gdi.equalrgn, wingdi/EqualRgn
wingdi.h
Windows.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Gdi32.lib
Gdi32.dll
Windows
19H1
EqualRgn
wingdi/EqualRgn
c++
APIRef
kbSyntax
DllExport
gdi32.dll
Ext-MS-Win-RTCore-GDI-rgn-l1-1-0.dll
api-ms-win-gdi-ie-rgn-l1-1-0.dll
ie_shims.dll
ext-ms-win-rtcore-gdi-rgn-l1-1-1.dll
EqualRgn

EqualRgn function

-description

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.

-parameters

-param hrgn1 [in]

Handle to a region.

-param hrgn2 [in]

Handle to a region.

-returns

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.

-see-also

CreateRectRgn

CreateRectRgnIndirect

Region Functions

Regions Overview