NAME

EqualRgn  (GDI32.@)

SYNOPSIS

 BOOL EqualRgn
 (
  HRGN hrgn1,
  HRGN hrgn2
 )

DESCRIPTION

Tests whether one region is identical to another.

PARAMS

hrgn1 [In] The first region to compare.
hrgn2 [In] The second region to compare.

RETURNS

Non-zero if both regions are identical or zero otherwise.

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/region.c". source.winehq.org/source/dlls/gdi32/region.c

Debug channel "region".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.