EqualRgn (GDI32.@)
BOOL EqualRgn ( HRGN hrgn1, HRGN hrgn2 )
Tests whether one region is identical to another.
hrgn1 | [In] | The first region to compare. |
hrgn2 | [In] | The second region to compare. |
Non-zero if both regions are identical or zero otherwise.
Defined in "wingdi.h".
Implemented in "dlls/gdi/region.c". source.winehq.org/source/dlls/gdi/region.c
Debug channel "region".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.