CreateRectRgnIndirect (Windows Embedded Compact 7)
1/23/2013
This function creates a rectangular region.
HRGN CreateRectRgnIndirect( const RECT* lprc );
- 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.
The handle to the region indicates success.
NULL indicates failure.
To get extended error information, call GetLastError.