ExtCreateRegion(3w)
NAME
ExtCreateRegion (GDI32.@)
SYNOPSIS
HRGN ExtCreateRegion ( const XFORM* lpXform, DWORD dwCount, const RGNDATA* rgndata )
DESCRIPTION
Creates a region as specified by the transformation data and region
data.
PARAMS
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.
RETURNS
Success: Handle to region.
Failure: NULL.
NOTES
See GetRegionData(3w).
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/region.c".
- Debug channel "region".