ExtCreateRegion.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/region.c".

Debug channel "region".