Scroll to navigation

ExtCreateRegion(3w) Wine API 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

Declared in "wingdi.h".
Implemented in "dlls/gdi32/region.c".
Debug channel "region".
Oct 2012 Wine API