NAME

NtGdiExtCreateRegion  (WIN32U.@)

SYNOPSIS

 HRGN NtGdiExtCreateRegion
 (
  const XFORM*   xform,
  DWORD          count,
  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.

IMPLEMENTATION

Declared in "ntgdi.h". https://source.winehq.org/source/include/ntgdi.h

Implemented in "dlls/win32u/region.c". https://source.winehq.org/source/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 Apr 2024.