NtGdiEqualRgn (WIN32U.@)
BOOL NtGdiEqualRgn ( 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.
Declared in "include/ntgdi.h". gitlab.winehq.org/wine/wine/blob/master/include/ntgdi.h
Implemented in "dlls/win32u/region.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.