CreateRectRgnIndirect (Windows CE 5.0)
This function creates a rectangular region.
HRGNCreateRectRgnIndirect(constRECT* lprc);
Parameters
- lprc
[in] Long pointer to a RECT structure that contains the coordinates of the upper-left and lower-right corners of the rectangle that defines the region.
Return Values
The handle to the region indicates success.
NULL indicates failure.
To get extended error information, call GetLastError.
Remarks
The region will be exclusive of the bottom and right edges.
Windows CE represents regions using 16-bit values.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Windows.h.
Link Library: Coredll.lib.
See Also
DeleteObject | SelectObject | RECT | GDI Functions
Send Feedback on this topic to the authors