SetRectEmpty function user32

int SetRectEmpty(
  1. Pointer<RECT> lprc
)

The SetRectEmpty function creates an empty rectangle in which all coordinates are set to zero.

BOOL SetRectEmpty(
  LPRECT lprc
);

Implementation

int SetRectEmpty(Pointer<RECT> lprc) => _SetRectEmpty(lprc);