SetRectEmpty (Windows CE 5.0)
This function creates an empty rectangle in which all coordinates are set to zero.
BOOLSetRectEmpty(LPRECTlprc);
Parameters
- lprc
Long pointer to the RECT structure that contains the coordinates of the rectangle.
Return Values
Nonzero indicates success.
Zero indicates failure.
To get extended error information, call GetLastError.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
Link Library: Rectapi.lib.
See Also
Send Feedback on this topic to the authors