Share via


SetRectEmpty (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

GDI Functions
CopyRect
SetRect
RECT