NAME

NtGdiEqualRgn  (WIN32U.@)

SYNOPSIS

 BOOL NtGdiEqualRgn
 (
  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

Declared in "ntgdi.h". https://source.winehq.org/source/include/ntgdi.h

Implemented in "dlls/win32u/region.c". https://source.winehq.org/source/dlls/win32u/region.c

Debug channel "region".


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