SetRectEmpty

  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).

Parameters

lprc

Points to the RECT structure that is to receive the empty rectangle.

Return Value

TRUE is returned for success. FALSE for failure.