BOOL SetRectEmpty(lprc) | |||||
LPRECT lprc; | /* address of struct. with rectangle to set to empty | */ |
This function creates an empty rectangle (all coordinates equal to zero).
lprc
Points to the RECT structure that is to receive the empty rectangle.
TRUE is returned for success. FALSE for failure.