NAME

CreateRectRgnIndirect  (GDI32.@)

SYNOPSIS

 HRGN CreateRectRgnIndirect
 (
  const RECT* rect
 )

DESCRIPTION

Creates a simple rectangular region.

PARAMS

rect [In] Coordinates of rectangular region.

RETURNS

Success: Handle to region.

Failure: NULL.

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi32/region.c". source.winehq.org/source/dlls/gdi32/region.c

Debug channel "region".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.