NtGdiExtCreateRegion (WIN32U.@)
HRGN NtGdiExtCreateRegion ( const XFORM* xform, DWORD count, const RGNDATA* rgndata )
Creates a region as specified by the transformation data and region data.
lpXform | [In] | World-space to logical-space transformation data. |
dwCount | [In] | Size of the data pointed to by rgndata, in bytes. |
rgndata | [In] | Data that specifies the region. |
Success: Handle to region.
Failure: NULL.
See GetRegionData.
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.