SetRectEmpty (Windows CE 5.0)

Send Feedback

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

BOOLSetRectEmpty(LPRECTlprc);

Parameters

  • lprc
    Long pointer to the RECT structure that contains the coordinates of the rectangle.

Return Values

Nonzero indicates success.

Zero indicates failure.

To get extended error information, call GetLastError.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Winuser.h.
Link Library: Rectapi.lib.

See Also

CopyRect | SetRect | RECT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.