EqualRgn (Compact 2013)
3/28/2014
This 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(
HRGN hSrcRgn1,
HRGN hSrcRgn2
);
Parameters
- hSrcRgn1
[in] Handle to a region.
- hSrcRgn2
[in] Handle to a region.
Return Value
Nonzero indicates that the two regions are equal.
Zero indicates that the two regions are not equal.
ERROR indicates that at least one of the region handles is invalid.
Requirements
Header |
windows.h |
Library |
coredll.lib |