Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/28/2014
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 |