EqualRgn.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "region".