SetRectEmpty (Compact 2013)

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

See Also

Reference

GDI Functions
CopyRect
SetRect
RECT