SetRectEmpty
A version of this page is also available for
4/8/2010
This function creates an empty rectangle in which all coordinates are set to zero.
Syntax
BOOL SetRectEmpty(
LPRECT lprc
);
Parameters
- lprc
Long pointer to the RECT structure that contains the coordinates of the rectangle.
Return Value
Nonzero indicates success.
Zero indicates failure.
To get extended error information, call GetLastError.
Requirements
Header | winuser.h |
Library | Rectapi.lib |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |